Html Css Color HEX #CCF822 Pear

📋 copy color: '#CCF822'

red 204 ◦ green 248 ◦ blue 34

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

Shades of Pear #CCF822

Tints of Pear #CCF822

RGB

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

 GREEN value IS 248 (97.27% from 255) = 51.03%

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

R = 41.98%
G = 51.03%
B = 7%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.86

 K value IS 0.03

RGB Variations

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

Color information

#CCF822 (or 0xCCF822) is known color: Pear. HEX triplet: CC, F8 and 22. RGB value is (204,248,34). Sum of RGB (Red+Green+Blue) = 204+248+34=486 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.98% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 34 (13.67% from 255 or 7.00% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF822 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCF822 is #3307DD. Grayscale: #D3D3D3. Windows color (decimal): -3344350 or 2291916. OLE color: 2291916.

HSL color Cylindrical-coordinate representation of color #CCF822: hue angle of 72.34º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CCF822 is Cyan = 0.18, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 248 34 -
CMYK 0.18 0 0.86 0.03
HSL 72.34º 0.94% 0.55% -
HSV(B) 72.34º 0.86% 0.97% -
XYZ 58.76 80.09 13.87 -
YUV 210.45 28.42 123.4 -
System Red Green Blue C M Y K H S L
Decimal 204 248 34 0.18 0 0.86 0.03 72.34 0.94 0.55
Hex CC F8 22 12 0 56 3 48 5E 37
Octal 314 370 42 22 0 126 3 110 136 67
Binary 11001100 11111000 100010 10010 0 1010110 11 1001000 1011110 110111

Color Harmonies of #CCF822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCF822

Black with #CCF822

Text Example


Text Example

White with #CCF822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCF822; }

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

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

background-color css

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

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

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

border-color css

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

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

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