Html Css Color HEX #CCF62C Pear

📋 copy color: '#CCF62C'

red 204 ◦ green 246 ◦ blue 44

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

Shades of Pear #CCF62C

Tints of Pear #CCF62C

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.8%

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

R = 41.3%
G = 49.8%
B = 8.91%

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

#CCF62C (or 0xCCF62C) is known color: Pear. HEX triplet: CC, F6 and 2C. RGB value is (204,246,44). Sum of RGB (Red+Green+Blue) = 204+246+44=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 44 (17.58% from 255 or 8.91% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF62C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF62C is #3309D3. Grayscale: #D3D3D3. Windows color (decimal): -3344852 or 2946764. OLE color: 2946764.

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

Color convert

RGB 204 246 44 -
CMYK 0.17 0 0.82 0.04
HSL 72.48º 0.92% 0.57% -
HSV(B) 72.48º 0.82% 0.96% -
XYZ 58.31 78.93 14.54 -
YUV 210.41 34.09 123.43 -
System Red Green Blue C M Y K H S L
Decimal 204 246 44 0.17 0 0.82 0.04 72.48 0.92 0.57
Hex CC F6 2C 11 0 52 4 48 5C 39
Octal 314 366 54 21 0 122 4 110 134 71
Binary 11001100 11110110 101100 10001 0 1010010 100 1001000 1011100 111001

Color Harmonies of #CCF62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF62C

Black with #CCF62C

Text Example


Text Example

White with #CCF62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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