Html Css Color HEX #CCE07A Sulu

📋 copy color: '#CCE07A'

red 204 ◦ green 224 ◦ blue 122

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

Shades of Sulu #CCE07A

Tints of Sulu #CCE07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.18%

R = 37.09%
G = 40.73%
B = 22.18%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#CCE07A (or 0xCCE07A) is known color: Sulu. HEX triplet: CC, E0 and 7A. RGB value is (204,224,122). Sum of RGB (Red+Green+Blue) = 204+224+122=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 224 (87.89% from 255 or 40.73% from 550); Blue value is 122 (48.05% from 255 or 22.18% from 550); Max value from RGB is 224 - color contains mainly: green. Hex color #CCE07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE07A is #331F85. Grayscale: #CECECE. Windows color (decimal): -3350406 or 8052940. OLE color: 8052940.

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

Color convert

RGB 204 224 122 -
CMYK 0.09 0 0.46 0.12
HSL 71.76º 0.62% 0.68% -
HSV(B) 71.76º 0.46% 0.88% -
XYZ 55.07 67.55 28.55 -
YUV 206.39 80.37 126.29 -
System Red Green Blue C M Y K H S L
Decimal 204 224 122 0.09 0 0.46 0.12 71.76 0.62 0.68
Hex CC E0 7A 9 0 2E C 48 3E 44
Octal 314 340 172 11 0 56 14 110 76 104
Binary 11001100 11100000 1111010 1001 0 101110 1100 1001000 111110 1000100

Color Harmonies of #CCE07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE07A

Black with #CCE07A

Text Example


Text Example

White with #CCE07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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