Html Css Color HEX #CCF424 Pear

📋 copy color: '#CCF424'

red 204 ◦ green 244 ◦ blue 36

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

Shades of Pear #CCF424

Tints of Pear #CCF424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.44%

R = 42.15%
G = 50.41%
B = 7.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#CCF424 (or 0xCCF424) is known color: Pear. HEX triplet: CC, F4 and 24. RGB value is (204,244,36). Sum of RGB (Red+Green+Blue) = 204+244+36=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 244 (95.70% from 255 or 50.41% from 484); Blue value is 36 (14.45% from 255 or 7.44% from 484); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF424 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF424 is #330BDB. Grayscale: #D1D1D1. Windows color (decimal): -3345372 or 2421964. OLE color: 2421964.

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

Color convert

RGB 204 244 36 -
CMYK 0.16 0 0.85 0.04
HSL 71.54º 0.9% 0.55% -
HSV(B) 71.54º 0.85% 0.96% -
XYZ 57.57 77.67 13.63 -
YUV 208.33 30.75 124.91 -
System Red Green Blue C M Y K H S L
Decimal 204 244 36 0.16 0 0.85 0.04 71.54 0.9 0.55
Hex CC F4 24 10 0 55 4 48 5A 37
Octal 314 364 44 20 0 125 4 110 132 67
Binary 11001100 11110100 100100 10000 0 1010101 100 1001000 1011010 110111

Color Harmonies of #CCF424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF424

Black with #CCF424

Text Example


Text Example

White with #CCF424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF424; }

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

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

background-color css

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

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

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

border-color css

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

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

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