Html Css Color HEX #CCEB7C Sulu

📋 copy color: '#CCEB7C'

red 204 ◦ green 235 ◦ blue 124

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

Shades of Sulu #CCEB7C

Tints of Sulu #CCEB7C

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.74%

 BLUE value IS 124 (48.83% from 255) = 22.02%

R = 36.23%
G = 41.74%
B = 22.02%

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

#CCEB7C (or 0xCCEB7C) is known color: Sulu. HEX triplet: CC, EB and 7C. RGB value is (204,235,124). Sum of RGB (Red+Green+Blue) = 204+235+124=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 124 (48.83% from 255 or 22.02% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #CCEB7C is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCEB7C is #331483. Grayscale: #D5D5D5. Windows color (decimal): -3347588 or 8186828. OLE color: 8186828.

HSL color Cylindrical-coordinate representation of color #CCEB7C: hue angle of 76.76º degrees, saturation: 0.74, 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 #CCEB7C is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 235 124 -
CMYK 0.13 0 0.47 0.08
HSL 76.76º 0.74% 0.7% -
HSV(B) 76.76º 0.47% 0.92% -
XYZ 58.25 73.71 30.23 -
YUV 213.08 77.73 121.53 -
System Red Green Blue C M Y K H S L
Decimal 204 235 124 0.13 0 0.47 0.08 76.76 0.74 0.7
Hex CC EB 7C D 0 2F 8 4D 4A 46
Octal 314 353 174 15 0 57 10 115 112 106
Binary 11001100 11101011 1111100 1101 0 101111 1000 1001101 1001010 1000110

Color Harmonies of #CCEB7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEB7C

Black with #CCEB7C

Text Example


Text Example

White with #CCEB7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEB7C; }

 p { color: rgb(204,235,124); }

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

background-color css

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

 a { background-color: rgb(204,235,124); }

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

border-color css

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

 span { border-color: rgb(204,235,124); }

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