Html Css Color HEX #CCE07D Sulu

📋 copy color: '#CCE07D'

red 204 ◦ green 224 ◦ blue 125

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

Shades of Sulu #CCE07D

Tints of Sulu #CCE07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 22.6%

R = 36.89%
G = 40.51%
B = 22.6%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#CCE07D (or 0xCCE07D) is known color: Sulu. HEX triplet: CC, E0 and 7D. RGB value is (204,224,125). Sum of RGB (Red+Green+Blue) = 204+224+125=553 (73% of max value = 765). Red value is 204 (80.08% from 255 or 36.89% from 553); Green value is 224 (87.89% from 255 or 40.51% from 553); Blue value is 125 (49.22% from 255 or 22.60% from 553); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE07D is #331F82. Grayscale: #CFCFCF. Windows color (decimal): -3350403 or 8249548. OLE color: 8249548.

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

Color convert

RGB 204 224 125 -
CMYK 0.09 0 0.44 0.12
HSL 72.12º 0.61% 0.68% -
HSV(B) 72.12º 0.44% 0.88% -
XYZ 55.26 67.63 29.54 -
YUV 206.73 81.87 126.05 -
System Red Green Blue C M Y K H S L
Decimal 204 224 125 0.09 0 0.44 0.12 72.12 0.61 0.68
Hex CC E0 7D 9 0 2C C 48 3D 44
Octal 314 340 175 11 0 54 14 110 75 104
Binary 11001100 11100000 1111101 1001 0 101100 1100 1001000 111101 1000100

Color Harmonies of #CCE07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE07D

Black with #CCE07D

Text Example


Text Example

White with #CCE07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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