#CBEE7A

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

Shades of Sulu #CBEE7A

Tints of Sulu #CBEE7A

Color information

#CBEE7A (or 0xCBEE7A) is unknown color: approx Sulu. HEX triplet: CB, EE and 7A. RGB value is (203,238,122). Sum of RGB (Red+Green+Blue) = 203+238+122=563 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.06% from 563); Green value is 238 (93.36% from 255 or 42.27% from 563); Blue value is 122 (48.05% from 255 or 21.67% from 563); Max value from RGB is 238 - color contains mainly: green. Hex color #CBEE7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CBEE7A is #341185. Grayscale: #D6D6D6. Windows color (decimal): -3412358 or 8056523. OLE color: 8056523.

HSL color Cylindrical-coordinate representation of color #CBEE7A: hue angle of 78.1º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CBEE7A is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.07.

Color convert

RGB203238122-
CMYK0.1500.490.07
HSL78.1º77.33%70.59%-
HSV(B)78.1º48.74%93.33%-
XYZ58.7275.2529.84-
YUV214.3175.9119.93-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.06%
GREEN value IS 238 (93.36% from 255) = 42.27%
BLUE value IS 122 (48.05% from 255) = 21.67%
R=36.06%
G=42.27%
B=21.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2032381220.1500.490.0778.177.3370.59
HexCBEE7AF03174e4d47
Octal313356172170617116115107
Binary1100101111101110111101011110110001111100111010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBEE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBEE7A; }

 p { color: rgb(203,238,122); }

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

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

 a { background-color: rgb(203,238,122); }

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

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

 span { border-color: rgb(203,238,122); }

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