#CBF175

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

Shades of Sulu #CBF175

Tints of Sulu #CBF175

Color information

#CBF175 (or 0xCBF175) is unknown color: approx Sulu. HEX triplet: CB, F1 and 75. RGB value is (203,241,117). Sum of RGB (Red+Green+Blue) = 203+241+117=561 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.19% from 561); Green value is 241 (94.53% from 255 or 42.96% from 561); Blue value is 117 (46.09% from 255 or 20.86% from 561); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF175 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF175 is #340E8A. Grayscale: #D7D7D7. Windows color (decimal): -3411595 or 7729611. OLE color: 7729611.

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

Color convert

RGB203241117-
CMYK0.1600.510.05
HSL78.39º81.58%70.2%-
HSV(B)78.39º51.45%94.51%-
XYZ59.2976.8928.55-
YUV215.572.41119.08-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.19%
GREEN value IS 241 (94.53% from 255) = 42.96%
BLUE value IS 117 (46.09% from 255) = 20.86%
R=36.19%
G=42.96%
B=20.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032411170.1600.510.0578.3981.5870.2
HexCBF1751003354e5246
Octal313361165200635116122106
Binary11001011111100011110101100000110011101100111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF175; }

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

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

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

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

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

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

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

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