Html Css Color HEX #CCEA8A Sulu

📋 copy color: '#CCEA8A'

red 204 ◦ green 234 ◦ blue 138

#CCEA8A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sulu #CCEA8A

Tints of Sulu #CCEA8A

RGB

 RED value IS 204 (80.08% from 255) = 35.42%

 GREEN value IS 234 (91.8% from 255) = 40.63%

 BLUE value IS 138 (54.3% from 255) = 23.96%

R = 35.42%
G = 40.63%
B = 23.96%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.41

 K value IS 0.08

RGB Variations

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

Color information

#CCEA8A (or 0xCCEA8A) is known color: Sulu. HEX triplet: CC, EA and 8A. RGB value is (204,234,138). Sum of RGB (Red+Green+Blue) = 204+234+138=576 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.42% from 576); Green value is 234 (91.80% from 255 or 40.62% from 576); Blue value is 138 (54.30% from 255 or 23.96% from 576); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCEA8A is #331575. Grayscale: #D6D6D6. Windows color (decimal): -3347830 or 9104076. OLE color: 9104076.

HSL color Cylindrical-coordinate representation of color #CCEA8A: hue angle of 78.75º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CCEA8A is Cyan = 0.13, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 138 -
CMYK 0.13 0 0.41 0.08
HSL 78.75º 0.7% 0.73% -
HSV(B) 78.75º 0.41% 0.92% -
XYZ 58.91 73.52 35.13 -
YUV 214.09 85.06 120.81 -
System Red Green Blue C M Y K H S L
Decimal 204 234 138 0.13 0 0.41 0.08 78.75 0.7 0.73
Hex CC EA 8A D 0 29 8 4F 46 49
Octal 314 352 212 15 0 51 10 117 106 111
Binary 11001100 11101010 10001010 1101 0 101001 1000 1001111 1000110 1001001

Color Harmonies of #CCEA8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA8A

Black with #CCEA8A

Text Example


Text Example

White with #CCEA8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA8A; }

 p { color: rgb(204,234,138); }

 H1.HeaderClassName
 {
   color: #CCEA8A;
 }
 .AnyTagClassName
 {
   color: #CCEA8A;
 }
</style>

background-color css

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

 a { background-color: rgb(204,234,138); }

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

border-color css

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

 span { border-color: rgb(204,234,138); }

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