#CBED84

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

Shades of Sulu #CBED84

Tints of Sulu #CBED84

Color information

#CBED84 (or 0xCBED84) is unknown color: approx Sulu. HEX triplet: CB, ED and 84. RGB value is (203,237,132). Sum of RGB (Red+Green+Blue) = 203+237+132=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 237 (92.97% from 255 or 41.43% from 572); Blue value is 132 (51.95% from 255 or 23.08% from 572); Max value from RGB is 237 - color contains mainly: green. Hex color #CBED84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBED84 is #34127B. Grayscale: #D7D7D7. Windows color (decimal): -3412604 or 8711627. OLE color: 8711627.

HSL color Cylindrical-coordinate representation of color #CBED84: hue angle of 79.43º 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 #CBED84 is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.07.

Color convert

RGB203237132-
CMYK0.1400.440.07
HSL79.43º74.47%72.35%-
HSV(B)79.43º44.3%92.94%-
XYZ59.0874.9333.18-
YUV214.8681.24119.54-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 237 (92.97% from 255) = 41.43%
BLUE value IS 132 (51.95% from 255) = 23.08%
R=35.49%
G=41.43%
B=23.08%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032371320.1400.440.0779.4374.4772.35
HexCBED84E02C74f4a48
Octal313355204160547117112110
Binary11001011111011011000010011100101100111100111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBED84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBED84; }

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

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

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

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

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

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

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

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