Html Css Color HEX #CCF474 Sulu

📋 copy color: '#CCF474'

red 204 ◦ green 244 ◦ blue 116

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

Shades of Sulu #CCF474

Tints of Sulu #CCF474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 20.57%

R = 36.17%
G = 43.26%
B = 20.57%

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

#CCF474 (or 0xCCF474) is known color: Sulu. HEX triplet: CC, F4 and 74. RGB value is (204,244,116). Sum of RGB (Red+Green+Blue) = 204+244+116=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 244 (95.70% from 255 or 43.26% from 564); Blue value is 116 (45.70% from 255 or 20.57% from 564); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF474 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCF474 is #330B8B. Grayscale: #D9D9D9. Windows color (decimal): -3345292 or 7664844. OLE color: 7664844.

HSL color Cylindrical-coordinate representation of color #CCF474: hue angle of 78.75º 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 #CCF474 is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 244 116 -
CMYK 0.16 0 0.52 0.04
HSL 78.75º 0.85% 0.71% -
HSV(B) 78.75º 0.52% 0.96% -
XYZ 60.4 78.8 28.55 -
YUV 217.45 70.75 118.41 -
System Red Green Blue C M Y K H S L
Decimal 204 244 116 0.16 0 0.52 0.04 78.75 0.85 0.71
Hex CC F4 74 10 0 34 4 4F 55 47
Octal 314 364 164 20 0 64 4 117 125 107
Binary 11001100 11110100 1110100 10000 0 110100 100 1001111 1010101 1000111

Color Harmonies of #CCF474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF474

Black with #CCF474

Text Example


Text Example

White with #CCF474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF474; }

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

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

background-color css

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

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

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

border-color css

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

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

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