Html Css Color HEX #CCE82F Pear

📋 copy color: '#CCE82F'

red 204 ◦ green 232 ◦ blue 47

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

Shades of Pear #CCE82F

Tints of Pear #CCE82F

RGB

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

 GREEN value IS 232 (91.02% from 255) = 48.03%

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

R = 42.24%
G = 48.03%
B = 9.73%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.80

 K value IS 0.09

RGB Variations

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

Color information

#CCE82F (or 0xCCE82F) is known color: Pear. HEX triplet: CC, E8 and 2F. RGB value is (204,232,47). Sum of RGB (Red+Green+Blue) = 204+232+47=483 (63% of max value = 765). Red value is 204 (80.08% from 255 or 42.24% from 483); Green value is 232 (91.02% from 255 or 48.03% from 483); Blue value is 47 (18.75% from 255 or 9.73% from 483); Max value from RGB is 232 - color contains mainly: green. Hex color #CCE82F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCE82F is #3317D0. Grayscale: #CBCBCB. Windows color (decimal): -3348433 or 3139788. OLE color: 3139788.

HSL color Cylindrical-coordinate representation of color #CCE82F: hue angle of 69.08º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CCE82F is Cyan = 0.12, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.09.

Color convert

RGB 204 232 47 -
CMYK 0.12 0 0.80 0.09
HSL 69.08º 0.8% 0.55% -
HSV(B) 69.08º 0.8% 0.91% -
XYZ 54.27 70.76 13.49 -
YUV 202.54 40.22 129.04 -
System Red Green Blue C M Y K H S L
Decimal 204 232 47 0.12 0 0.80 0.09 69.08 0.8 0.55
Hex CC E8 2F C 0 50 9 45 50 37
Octal 314 350 57 14 0 120 11 105 120 67
Binary 11001100 11101000 101111 1100 0 1010000 1001 1000101 1010000 110111

Color Harmonies of #CCE82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE82F

Black with #CCE82F

Text Example


Text Example

White with #CCE82F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE82F; }

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

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

background-color css

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

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

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

border-color css

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

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

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