Html Css Color HEX #CCF52D Pear

📋 copy color: '#CCF52D'

red 204 ◦ green 245 ◦ blue 45

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

Shades of Pear #CCF52D

Tints of Pear #CCF52D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 9.11%

R = 41.3%
G = 49.6%
B = 9.11%

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

#CCF52D (or 0xCCF52D) is known color: Pear. HEX triplet: CC, F5 and 2D. RGB value is (204,245,45). Sum of RGB (Red+Green+Blue) = 204+245+45=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 245 (96.09% from 255 or 49.60% from 494); Blue value is 45 (17.97% from 255 or 9.11% from 494); Max value from RGB is 245 - color contains mainly: green. Hex color #CCF52D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF52D is #330AD2. Grayscale: #D2D2D2. Windows color (decimal): -3345107 or 3012044. OLE color: 3012044.

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

Color convert

RGB 204 245 45 -
CMYK 0.17 0 0.82 0.04
HSL 72.3º 0.91% 0.57% -
HSV(B) 72.3º 0.82% 0.96% -
XYZ 58.03 78.33 14.54 -
YUV 209.94 34.92 123.76 -
System Red Green Blue C M Y K H S L
Decimal 204 245 45 0.17 0 0.82 0.04 72.3 0.91 0.57
Hex CC F5 2D 11 0 52 4 48 5B 39
Octal 314 365 55 21 0 122 4 110 133 71
Binary 11001100 11110101 101101 10001 0 1010010 100 1001000 1011011 111001

Color Harmonies of #CCF52D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF52D

Black with #CCF52D

Text Example


Text Example

White with #CCF52D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF52D; }

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

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

background-color css

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

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

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

border-color css

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

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

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