#CFE184

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

Shades of Sulu #CFE184

Tints of Sulu #CFE184

Color information

#CFE184 (or 0xCFE184) is unknown color: approx Sulu. HEX triplet: CF, E1 and 84. RGB value is (207,225,132). Sum of RGB (Red+Green+Blue) = 207+225+132=564 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.70% from 564); Green value is 225 (88.28% from 255 or 39.89% from 564); Blue value is 132 (51.95% from 255 or 23.40% from 564); Max value from RGB is 225 - color contains mainly: green. Hex color #CFE184 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CFE184 is #301E7B. Grayscale: #D1D1D1. Windows color (decimal): -3153532 or 8708559. OLE color: 8708559.

HSL color Cylindrical-coordinate representation of color #CFE184: hue angle of 71.61º degrees, saturation: 0.61, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CFE184 is Cyan = 0.08, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.12.

Color convert

RGB207225132-
CMYK0.0800.410.12
HSL71.61º60.78%70%-
HSV(B)71.61º41.33%88.24%-
XYZ56.8268.7832.11-
YUV209.0284.54126.56-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 36.70%
GREEN value IS 225 (88.28% from 255) = 39.89%
BLUE value IS 132 (51.95% from 255) = 23.40%
R=36.70%
G=39.89%
B=23.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2072251320.0800.410.1271.6160.7870
HexCFE1848029C483d46
Octal317341204100511411075106
Binary11001111111000011000010010000101001110010010001111011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE184; }

 p { color: rgb(207,225,132); }

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

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

 a { background-color: rgb(207,225,132); }

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

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

 span { border-color: rgb(207,225,132); }

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