#CBF98B

Color #CBF98B Sulu (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sulu #CBF98B

Tints of Sulu #CBF98B

Color information

#CBF98B (or 0xCBF98B) is unknown color: approx Sulu. HEX triplet: CB, F9 and 8B. RGB value is (203,249,139). Sum of RGB (Red+Green+Blue) = 203+249+139=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 249 (97.66% from 255 or 42.13% from 591); Blue value is 139 (54.69% from 255 or 23.52% from 591); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF98B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBF98B is #340674. Grayscale: #DFDFDF. Windows color (decimal): -3409525 or 9173451. OLE color: 9173451.

HSL color Cylindrical-coordinate representation of color #CBF98B: hue angle of 85.09º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CBF98B is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB203249139-
CMYK0.1800.440.02
HSL85.09º90.16%76.08%-
HSV(B)85.09º44.18%97.65%-
XYZ63.1682.3136.98-
YUV222.7180.76113.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 203 (79.69% from 255) = 34.35%
GREEN value IS 249 (97.66% from 255) = 42.13%
BLUE value IS 139 (54.69% from 255) = 23.52%
R=34.35%
G=42.13%
B=23.52%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491390.1800.440.0285.0990.1676.08
HexCBF98B1202C2555a4c
Octal313371213220542125132114
Binary11001011111110011000101110010010110010101010110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF98B; }

 p { color: rgb(203,249,139); }

 H1.HeaderClassName
 {
   color: #CBF98B;
 }
 .AnyTagClassName
 {
   color: #CBF98B;
 }
</style>
background-color css

<style>
 a { background-color: #CBF98B; }

 a { background-color: rgb(203,249,139); }

 div.DivClassName
 {
   background-color: #CBF98B;
 }
 .BgClassName
 {
   background-color: #CBF98B;
 }
</style>
border-color css

<style>
 span { border-color: #CBF98B; }

 span { border-color: rgb(203,249,139); }

 td.TdClassName
 {
   border-color: #CBF98B;
 }
 .TagClassName
 {
   border-color: #CBF98B;
 }
</style>