Html Css Color HEX #CCE575 Sulu

📋 copy color: '#CCE575'

red 204 ◦ green 229 ◦ blue 117

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

Shades of Sulu #CCE575

Tints of Sulu #CCE575

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.64%

 BLUE value IS 117 (46.09% from 255) = 21.27%

R = 37.09%
G = 41.64%
B = 21.27%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.49

 K value IS 0.10

RGB Variations

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

Color information

#CCE575 (or 0xCCE575) is known color: Sulu. HEX triplet: CC, E5 and 75. RGB value is (204,229,117). Sum of RGB (Red+Green+Blue) = 204+229+117=550 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.09% from 550); Green value is 229 (89.84% from 255 or 41.64% from 550); Blue value is 117 (46.09% from 255 or 21.27% from 550); Max value from RGB is 229 - color contains mainly: green. Hex color #CCE575 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCE575 is #331A8A. Grayscale: #D1D1D1. Windows color (decimal): -3349131 or 7726540. OLE color: 7726540.

HSL color Cylindrical-coordinate representation of color #CCE575: hue angle of 73.39º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CCE575 is Cyan = 0.11, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 229 117 -
CMYK 0.11 0 0.49 0.10
HSL 73.39º 0.68% 0.68% -
HSV(B) 73.39º 0.49% 0.9% -
XYZ 56.13 70.16 27.41 -
YUV 208.76 76.22 124.61 -
System Red Green Blue C M Y K H S L
Decimal 204 229 117 0.11 0 0.49 0.10 73.39 0.68 0.68
Hex CC E5 75 B 0 31 A 49 44 44
Octal 314 345 165 13 0 61 12 111 104 104
Binary 11001100 11100101 1110101 1011 0 110001 1010 1001001 1000100 1000100

Color Harmonies of #CCE575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE575

Black with #CCE575

Text Example


Text Example

White with #CCE575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE575; }

 p { color: rgb(204,229,117); }

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

background-color css

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

 a { background-color: rgb(204,229,117); }

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

border-color css

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

 span { border-color: rgb(204,229,117); }

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