Html Css Color HEX #CCF622 Pear

📋 copy color: '#CCF622'

red 204 ◦ green 246 ◦ blue 34

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

Shades of Pear #CCF622

Tints of Pear #CCF622

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 7.02%

R = 42.15%
G = 50.83%
B = 7.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.86

 K value IS 0.04

RGB Variations

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

Color information

#CCF622 (or 0xCCF622) is known color: Pear. HEX triplet: CC, F6 and 22. RGB value is (204,246,34). Sum of RGB (Red+Green+Blue) = 204+246+34=484 (64% of max value = 765). Red value is 204 (80.08% from 255 or 42.15% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 34 (13.67% from 255 or 7.02% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF622 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF622 is #3309DD. Grayscale: #D2D2D2. Windows color (decimal): -3344862 or 2291404. OLE color: 2291404.

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

Color convert

RGB 204 246 34 -
CMYK 0.17 0 0.86 0.04
HSL 71.89º 0.92% 0.55% -
HSV(B) 71.89º 0.86% 0.96% -
XYZ 58.15 78.86 13.67 -
YUV 209.27 29.09 124.24 -
System Red Green Blue C M Y K H S L
Decimal 204 246 34 0.17 0 0.86 0.04 71.89 0.92 0.55
Hex CC F6 22 11 0 56 4 48 5C 37
Octal 314 366 42 21 0 126 4 110 134 67
Binary 11001100 11110110 100010 10001 0 1010110 100 1001000 1011100 110111

Color Harmonies of #CCF622

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF622

Black with #CCF622

Text Example


Text Example

White with #CCF622

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF622; }

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

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

background-color css

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

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

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

border-color css

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

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

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