Html Css Color HEX #CCEA7B Sulu

📋 copy color: '#CCEA7B'

red 204 ◦ green 234 ◦ blue 123

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

Shades of Sulu #CCEA7B

Tints of Sulu #CCEA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 21.93%

R = 36.36%
G = 41.71%
B = 21.93%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.08

RGB Variations

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

Color information

#CCEA7B (or 0xCCEA7B) is known color: Sulu. HEX triplet: CC, EA and 7B. RGB value is (204,234,123). Sum of RGB (Red+Green+Blue) = 204+234+123=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 234 (91.80% from 255 or 41.71% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEA7B is #331584. Grayscale: #D4D4D4. Windows color (decimal): -3347845 or 8121036. OLE color: 8121036.

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

Color convert

RGB 204 234 123 -
CMYK 0.13 0 0.47 0.08
HSL 76.22º 0.73% 0.7% -
HSV(B) 76.22º 0.47% 0.92% -
XYZ 57.9 73.11 29.8 -
YUV 212.38 77.56 122.03 -
System Red Green Blue C M Y K H S L
Decimal 204 234 123 0.13 0 0.47 0.08 76.22 0.73 0.7
Hex CC EA 7B D 0 2F 8 4C 49 46
Octal 314 352 173 15 0 57 10 114 111 106
Binary 11001100 11101010 1111011 1101 0 101111 1000 1001100 1001001 1000110

Color Harmonies of #CCEA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA7B

Black with #CCEA7B

Text Example


Text Example

White with #CCEA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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