Html Css Color HEX #CCF42F Pear

📋 copy color: '#CCF42F'

red 204 ◦ green 244 ◦ blue 47

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

Shades of Pear #CCF42F

Tints of Pear #CCF42F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 9.49%

R = 41.21%
G = 49.29%
B = 9.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#CCF42F (or 0xCCF42F) is known color: Pear. HEX triplet: CC, F4 and 2F. RGB value is (204,244,47). Sum of RGB (Red+Green+Blue) = 204+244+47=495 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.21% from 495); Green value is 244 (95.70% from 255 or 49.29% from 495); Blue value is 47 (18.75% from 255 or 9.49% from 495); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF42F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF42F is #330BD0. Grayscale: #D2D2D2. Windows color (decimal): -3345361 or 3142860. OLE color: 3142860.

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

Color convert

RGB 204 244 47 -
CMYK 0.16 0 0.81 0.04
HSL 72.18º 0.9% 0.57% -
HSV(B) 72.18º 0.81% 0.96% -
XYZ 57.77 77.74 14.65 -
YUV 209.58 36.25 124.02 -
System Red Green Blue C M Y K H S L
Decimal 204 244 47 0.16 0 0.81 0.04 72.18 0.9 0.57
Hex CC F4 2F 10 0 51 4 48 5A 39
Octal 314 364 57 20 0 121 4 110 132 71
Binary 11001100 11110100 101111 10000 0 1010001 100 1001000 1011010 111001

Color Harmonies of #CCF42F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF42F

Black with #CCF42F

Text Example


Text Example

White with #CCF42F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF42F; }

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

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

background-color css

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

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

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

border-color css

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

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

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