Html Css Color HEX #CCF42D Pear

📋 copy color: '#CCF42D'

red 204 ◦ green 244 ◦ blue 45

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

Shades of Pear #CCF42D

Tints of Pear #CCF42D

RGB

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

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

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

R = 41.38%
G = 49.49%
B = 9.13%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.82

 K value IS 0.04

RGB Variations

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

Color information

#CCF42D (or 0xCCF42D) is known color: Pear. HEX triplet: CC, F4 and 2D. RGB value is (204,244,45). Sum of RGB (Red+Green+Blue) = 204+244+45=493 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.38% from 493); Green value is 244 (95.70% from 255 or 49.49% from 493); Blue value is 45 (17.97% from 255 or 9.13% from 493); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF42D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF42D is #330BD2. Grayscale: #D2D2D2. Windows color (decimal): -3345363 or 3011788. OLE color: 3011788.

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

Color convert

RGB 204 244 45 -
CMYK 0.16 0 0.82 0.04
HSL 72.06º 0.9% 0.57% -
HSV(B) 72.06º 0.82% 0.96% -
XYZ 57.73 77.73 14.44 -
YUV 209.35 35.25 124.18 -
System Red Green Blue C M Y K H S L
Decimal 204 244 45 0.16 0 0.82 0.04 72.06 0.9 0.57
Hex CC F4 2D 10 0 52 4 48 5A 39
Octal 314 364 55 20 0 122 4 110 132 71
Binary 11001100 11110100 101101 10000 0 1010010 100 1001000 1011010 111001

Color Harmonies of #CCF42D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF42D

Black with #CCF42D

Text Example


Text Example

White with #CCF42D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF42D; }

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

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

background-color css

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

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

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

border-color css

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

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

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