#cbf17a

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

Shades of Sulu #CBF17A

Tints of Sulu #CBF17A

Color information

#CBF17A (or 0xCBF17A) is unknown color: approx Sulu. HEX triplet: CB, F1 and 7A. RGB value is (203,241,122). Sum of RGB (Red+Green+Blue) = 203+241+122=566 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.87% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 122 (48.05% from 255 or 21.55% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF17A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF17A is #340E85. Grayscale: #D8D8D8. Windows color (decimal): -3411590 or 8057291. OLE color: 8057291.

HSL color Cylindrical-coordinate representation of color #CBF17A: hue angle of 79.16º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBF17A is Cyan = 0.16, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB203241122-
CMYK0.1600.490.05
HSL79.16º80.95%71.18%-
HSV(B)79.16º49.38%94.51%-
XYZ59.677.0130.14-
YUV216.0774.91118.68-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.87%
GREEN value IS 241 (94.53% from 255) = 42.58%
BLUE value IS 122 (48.05% from 255) = 21.55%
R=35.87%
G=42.58%
B=21.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032411220.1600.490.0579.1680.9571.18
HexCBF17A1003154f5147
Octal313361172200615117121107
Binary11001011111100011111010100000110001101100111110100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cbf17a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cbf17a; }

 p { color: rgb(203,241,122); }

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

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

 a { background-color: rgb(203,241,122); }

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

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

 span { border-color: rgb(203,241,122); }

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