Html Css Color HEX #CCF475 Sulu

📋 copy color: '#CCF475'

red 204 ◦ green 244 ◦ blue 117

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

Shades of Sulu #CCF475

Tints of Sulu #CCF475

RGB

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

 GREEN value IS 244 (95.7% from 255) = 43.19%

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

R = 36.11%
G = 43.19%
B = 20.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.52

 K value IS 0.04

RGB Variations

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

Color information

#CCF475 (or 0xCCF475) is known color: Sulu. HEX triplet: CC, F4 and 75. RGB value is (204,244,117). Sum of RGB (Red+Green+Blue) = 204+244+117=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 244 (95.70% from 255 or 43.19% from 565); Blue value is 117 (46.09% from 255 or 20.71% from 565); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF475 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF475 is #330B8A. Grayscale: #DADADA. Windows color (decimal): -3345291 or 7730380. OLE color: 7730380.

HSL color Cylindrical-coordinate representation of color #CCF475: hue angle of 78.9º degrees, saturation: 0.85, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCF475 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 117 -
CMYK 0.16 0 0.52 0.04
HSL 78.9º 0.85% 0.71% -
HSV(B) 78.9º 0.52% 0.96% -
XYZ 60.46 78.82 28.86 -
YUV 217.56 71.25 118.33 -
System Red Green Blue C M Y K H S L
Decimal 204 244 117 0.16 0 0.52 0.04 78.9 0.85 0.71
Hex CC F4 75 10 0 34 4 4F 55 47
Octal 314 364 165 20 0 64 4 117 125 107
Binary 11001100 11110100 1110101 10000 0 110100 100 1001111 1010101 1000111

Color Harmonies of #CCF475

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF475

Black with #CCF475

Text Example


Text Example

White with #CCF475

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF475; }

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

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

background-color css

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

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

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

border-color css

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

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

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