Html Css Color HEX #CCE07C Sulu

📋 copy color: '#CCE07C'

red 204 ◦ green 224 ◦ blue 124

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

Shades of Sulu #CCE07C

Tints of Sulu #CCE07C

RGB

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

 GREEN value IS 224 (87.89% from 255) = 40.58%

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

R = 36.96%
G = 40.58%
B = 22.46%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#CCE07C (or 0xCCE07C) is known color: Sulu. HEX triplet: CC, E0 and 7C. RGB value is (204,224,124). Sum of RGB (Red+Green+Blue) = 204+224+124=552 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.96% from 552); Green value is 224 (87.89% from 255 or 40.58% from 552); Blue value is 124 (48.83% from 255 or 22.46% from 552); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE07C is #331F83. Grayscale: #CFCFCF. Windows color (decimal): -3350404 or 8184012. OLE color: 8184012.

HSL color Cylindrical-coordinate representation of color #CCE07C: hue angle of 72º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CCE07C is Cyan = 0.09, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 224 124 -
CMYK 0.09 0 0.45 0.12
HSL 72º 0.62% 0.68% -
HSV(B) 72º 0.45% 0.88% -
XYZ 55.2 67.6 29.21 -
YUV 206.62 81.37 126.13 -
System Red Green Blue C M Y K H S L
Decimal 204 224 124 0.09 0 0.45 0.12 72 0.62 0.68
Hex CC E0 7C 9 0 2D C 48 3E 44
Octal 314 340 174 11 0 55 14 110 76 104
Binary 11001100 11100000 1111100 1001 0 101101 1100 1001000 111110 1000100

Color Harmonies of #CCE07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE07C

Black with #CCE07C

Text Example


Text Example

White with #CCE07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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