#CBEC84

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

Shades of Sulu #CBEC84

Tints of Sulu #CBEC84

Color information

#CBEC84 (or 0xCBEC84) is unknown color: approx Sulu. HEX triplet: CB, EC and 84. RGB value is (203,236,132). Sum of RGB (Red+Green+Blue) = 203+236+132=571 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.55% from 571); Green value is 236 (92.58% from 255 or 41.33% from 571); Blue value is 132 (51.95% from 255 or 23.12% from 571); Max value from RGB is 236 - color contains mainly: green. Hex color #CBEC84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBEC84 is #34137B. Grayscale: #D6D6D6. Windows color (decimal): -3412860 or 8711371. OLE color: 8711371.

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

Color convert

RGB203236132-
CMYK0.1400.440.07
HSL79.04º73.24%72.16%-
HSV(B)79.04º44.07%92.55%-
XYZ58.7974.3533.08-
YUV214.2881.57119.96-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.55%
GREEN value IS 236 (92.58% from 255) = 41.33%
BLUE value IS 132 (51.95% from 255) = 23.12%
R=35.55%
G=41.33%
B=23.12%

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
Decimal2032361320.1400.440.0779.0473.2472.16
HexCBEC84E02C74f4948
Octal313354204160547117111110
Binary11001011111011001000010011100101100111100111110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEC84; }

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

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

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

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

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

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

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

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