#CFF184

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

Shades of Sulu #CFF184

Tints of Sulu #CFF184

Color information

#CFF184 (or 0xCFF184) is unknown color: approx Sulu. HEX triplet: CF, F1 and 84. RGB value is (207,241,132). Sum of RGB (Red+Green+Blue) = 207+241+132=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 132 (51.95% from 255 or 22.76% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #CFF184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF184 is #300E7B. Grayscale: #DADADA. Windows color (decimal): -3149436 or 8712655. OLE color: 8712655.

HSL color Cylindrical-coordinate representation of color #CFF184: hue angle of 78.72º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CFF184 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.

Color convert

RGB207241132-
CMYK0.1400.450.05
HSL78.72º79.56%73.14%-
HSV(B)78.72º45.23%94.51%-
XYZ61.3577.8433.62-
YUV218.4179.24119.86-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.69%
GREEN value IS 241 (94.53% from 255) = 41.55%
BLUE value IS 132 (51.95% from 255) = 22.76%
R=35.69%
G=41.55%
B=22.76%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072411320.1400.450.0578.7279.5673.14
HexCFF184E02D54f5049
Octal317361204160555117120111
Binary11001111111100011000010011100101101101100111110100001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF184; }

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

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

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

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

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

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

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

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