#CBE68E

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

Shades of Sulu #CBE68E

Tints of Sulu #CBE68E

Color information

#CBE68E (or 0xCBE68E) is unknown color: approx Sulu. HEX triplet: CB, E6 and 8E. RGB value is (203,230,142). Sum of RGB (Red+Green+Blue) = 203+230+142=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 230 (90.23% from 255 or 40% from 575); Blue value is 142 (55.86% from 255 or 24.70% from 575); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE68E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE68E is #341971. Grayscale: #D4D4D4. Windows color (decimal): -3414386 or 9365195. OLE color: 9365195.

HSL color Cylindrical-coordinate representation of color #CBE68E: hue angle of 78.41º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBE68E is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.

Color convert

RGB203230142-
CMYK0.1200.380.10
HSL78.41º63.77%72.94%-
HSV(B)78.41º38.26%90.2%-
XYZ57.8171.2436.3-
YUV211.988.55121.66-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.30%
GREEN value IS 230 (90.23% from 255) = 40%
BLUE value IS 142 (55.86% from 255) = 24.70%
R=35.30%
G=40%
B=24.70%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2032301420.1200.380.1078.4163.7772.94
HexCBE68EC026A4e4049
Octal3133462161404612116100111
Binary110010111110011010001110110001001101010100111010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE68E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE68E; }

 p { color: rgb(203,230,142); }

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

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

 a { background-color: rgb(203,230,142); }

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

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

 span { border-color: rgb(203,230,142); }

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