#CBF97C

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

Shades of Sulu #CBF97C

Tints of Sulu #CBF97C

Color information

#CBF97C (or 0xCBF97C) is unknown color: approx Sulu. HEX triplet: CB, F9 and 7C. RGB value is (203,249,124). Sum of RGB (Red+Green+Blue) = 203+249+124=576 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.24% from 576); Green value is 249 (97.66% from 255 or 43.23% from 576); Blue value is 124 (48.83% from 255 or 21.53% from 576); Max value from RGB is 249 - color contains mainly: green. Hex color #CBF97C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF97C is #340683. Grayscale: #DDDDDD. Windows color (decimal): -3409540 or 8190411. OLE color: 8190411.

HSL color Cylindrical-coordinate representation of color #CBF97C: hue angle of 82.08º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CBF97C is Cyan = 0.18, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB203249124-
CMYK0.1800.500.02
HSL82.08º91.24%73.14%-
HSV(B)82.08º50.2%97.65%-
XYZ62.1481.931.6-
YUV22173.26115.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.24%
GREEN value IS 249 (97.66% from 255) = 43.23%
BLUE value IS 124 (48.83% from 255) = 21.53%
R=35.24%
G=43.23%
B=21.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2032491240.1800.500.0282.0891.2473.14
HexCBF97C120322525b49
Octal313371174220622122133111
Binary1100101111111001111110010010011001010101001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF97C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF97C; }

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

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

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

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

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

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

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

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