#CBE78A

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

Shades of Sulu #CBE78A

Tints of Sulu #CBE78A

Color information

#CBE78A (or 0xCBE78A) is unknown color: approx Sulu. HEX triplet: CB, E7 and 8A. RGB value is (203,231,138). Sum of RGB (Red+Green+Blue) = 203+231+138=572 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.49% from 572); Green value is 231 (90.62% from 255 or 40.38% from 572); Blue value is 138 (54.30% from 255 or 24.13% from 572); Max value from RGB is 231 - color contains mainly: green. Hex color #CBE78A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CBE78A is #341875. Grayscale: #D4D4D4. Windows color (decimal): -3414134 or 9103307. OLE color: 9103307.

HSL color Cylindrical-coordinate representation of color #CBE78A: hue angle of 78.06º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CBE78A is Cyan = 0.12, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.09.

Color convert

RGB203231138-
CMYK0.1200.400.09
HSL78.06º65.96%72.35%-
HSV(B)78.06º40.26%90.59%-
XYZ57.7971.6834.84-
YUV212.0386.22121.56-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 35.49%
GREEN value IS 231 (90.62% from 255) = 40.38%
BLUE value IS 138 (54.30% from 255) = 24.13%
R=35.49%
G=40.38%
B=24.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2032311380.1200.400.0978.0665.9672.35
HexCBE78AC02894e4248
Octal3133472121405011116102110
Binary110010111110011110001010110001010001001100111010000101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBE78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBE78A; }

 p { color: rgb(203,231,138); }

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

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

 a { background-color: rgb(203,231,138); }

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

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

 span { border-color: rgb(203,231,138); }

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