#CBF174

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

Shades of Sulu #CBF174

Tints of Sulu #CBF174

Color information

#CBF174 (or 0xCBF174) is unknown color: approx Sulu. HEX triplet: CB, F1 and 74. RGB value is (203,241,116). Sum of RGB (Red+Green+Blue) = 203+241+116=560 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.25% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 116 (45.70% from 255 or 20.71% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #CBF174 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBF174 is #340E8B. Grayscale: #D7D7D7. Windows color (decimal): -3411596 or 7664075. OLE color: 7664075.

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

Color convert

RGB203241116-
CMYK0.1600.520.05
HSL78.24º81.7%70%-
HSV(B)78.24º51.87%94.51%-
XYZ59.2476.8728.24-
YUV215.3971.91119.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.25%
GREEN value IS 241 (94.53% from 255) = 43.04%
BLUE value IS 116 (45.70% from 255) = 20.71%
R=36.25%
G=43.04%
B=20.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2032411160.1600.520.0578.2481.770
HexCBF1741003454e5246
Octal313361164200645116122106
Binary11001011111100011110100100000110100101100111010100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBF174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBF174; }

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

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

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

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

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

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

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

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