Html Css Color HEX #CCF52C Pear

📋 copy color: '#CCF52C'

red 204 ◦ green 245 ◦ blue 44

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

Shades of Pear #CCF52C

Tints of Pear #CCF52C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 49.7%

 BLUE value IS 44 (17.58% from 255) = 8.92%

R = 41.38%
G = 49.7%
B = 8.92%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#CCF52C (or 0xCCF52C) is known color: Pear. HEX triplet: CC, F5 and 2C. RGB value is (204,245,44). Sum of RGB (Red+Green+Blue) = 204+245+44=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 245 (96.09% from 255 or 49.70% from 493); Blue value is 44 (17.58% from 255 or 8.92% from 493); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF52C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF52C is #330AD3. Grayscale: #D2D2D2. Windows color (decimal): -3345108 or 2946508. OLE color: 2946508.

HSL color Cylindrical-coordinate representation of color #CCF52C: hue angle of 72.24º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CCF52C is Cyan = 0.17, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 245 44 -
CMYK 0.17 0 0.82 0.04
HSL 72.24º 0.91% 0.57% -
HSV(B) 72.24º 0.82% 0.96% -
XYZ 58.01 78.32 14.44 -
YUV 209.83 34.42 123.84 -
System Red Green Blue C M Y K H S L
Decimal 204 245 44 0.17 0 0.82 0.04 72.24 0.91 0.57
Hex CC F5 2C 11 0 52 4 48 5B 39
Octal 314 365 54 21 0 122 4 110 133 71
Binary 11001100 11110101 101100 10001 0 1010010 100 1001000 1011011 111001

Color Harmonies of #CCF52C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF52C

Black with #CCF52C

Text Example


Text Example

White with #CCF52C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF52C; }

 p { color: rgb(204,245,44); }

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

background-color css

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

 a { background-color: rgb(204,245,44); }

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

border-color css

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

 span { border-color: rgb(204,245,44); }

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