#CFED84

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

Shades of Sulu #CFED84

Tints of Sulu #CFED84

Color information

#CFED84 (or 0xCFED84) is unknown color: approx Sulu. HEX triplet: CF, ED and 84. RGB value is (207,237,132). Sum of RGB (Red+Green+Blue) = 207+237+132=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 132 (51.95% from 255 or 22.92% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #CFED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFED84 is #30127B. Grayscale: #D8D8D8. Windows color (decimal): -3150460 or 8711631. OLE color: 8711631.

HSL color Cylindrical-coordinate representation of color #CFED84: hue angle of 77.14º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CFED84 is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB207237132-
CMYK0.1300.440.07
HSL77.14º74.47%72.35%-
HSV(B)77.14º44.3%92.94%-
XYZ60.1875.533.23-
YUV216.0680.56121.54-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 35.94%
GREEN value IS 237 (92.97% from 255) = 41.15%
BLUE value IS 132 (51.95% from 255) = 22.92%
R=35.94%
G=41.15%
B=22.92%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072371320.1300.440.0777.1474.4772.35
HexCFED84D02C74d4a48
Octal317355204150547115112110
Binary11001111111011011000010011010101100111100110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFED84; }

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

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

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

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

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

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

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

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