Html Css Color HEX #CCFC74 Sulu

📋 copy color: '#CCFC74'

red 204 ◦ green 252 ◦ blue 116

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

Shades of Sulu #CCFC74

Tints of Sulu #CCFC74

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.06%

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

R = 35.66%
G = 44.06%
B = 20.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#CCFC74 (or 0xCCFC74) is known color: Sulu. HEX triplet: CC, FC and 74. RGB value is (204,252,116). Sum of RGB (Red+Green+Blue) = 204+252+116=572 (75% of max value = 765). Red value is 204 (80.08% from 255 or 35.66% from 572); Green value is 252 (98.83% from 255 or 44.06% from 572); Blue value is 116 (45.70% from 255 or 20.28% from 572); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #CCFC74 is #33038B. Grayscale: #DEDEDE. Windows color (decimal): -3343244 or 7666892. OLE color: 7666892.

HSL color Cylindrical-coordinate representation of color #CCFC74: hue angle of 81.18º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCFC74 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 252 116 -
CMYK 0.19 0 0.54 0.01
HSL 81.18º 0.96% 0.72% -
HSV(B) 81.18º 0.54% 0.99% -
XYZ 62.86 83.72 29.37 -
YUV 222.14 68.1 115.06 -
System Red Green Blue C M Y K H S L
Decimal 204 252 116 0.19 0 0.54 0.01 81.18 0.96 0.72
Hex CC FC 74 13 0 36 1 51 60 48
Octal 314 374 164 23 0 66 1 121 140 110
Binary 11001100 11111100 1110100 10011 0 110110 1 1010001 1100000 1001000

Color Harmonies of #CCFC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCFC74

Black with #CCFC74

Text Example


Text Example

White with #CCFC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCFC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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