Html Css Color HEX #CCEA3F Pear

📋 copy color: '#CCEA3F'

red 204 ◦ green 234 ◦ blue 63

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

Shades of Pear #CCEA3F

Tints of Pear #CCEA3F

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.71%

 BLUE value IS 63 (25% from 255) = 12.57%

R = 40.72%
G = 46.71%
B = 12.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#CCEA3F (or 0xCCEA3F) is known color: Pear. HEX triplet: CC, EA and 3F. RGB value is (204,234,63). Sum of RGB (Red+Green+Blue) = 204+234+63=501 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.72% from 501); Green value is 234 (91.80% from 255 or 46.71% from 501); Blue value is 63 (25% from 255 or 12.57% from 501); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA3F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA3F is #3315C0. Grayscale: #CECECE. Windows color (decimal): -3347905 or 4188876. OLE color: 4188876.

HSL color Cylindrical-coordinate representation of color #CCEA3F: hue angle of 70.53º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CCEA3F is Cyan = 0.13, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 204 234 63 -
CMYK 0.13 0 0.73 0.08
HSL 70.53º 0.8% 0.58% -
HSV(B) 70.53º 0.73% 0.92% -
XYZ 55.22 72.04 15.7 -
YUV 205.54 47.56 126.9 -
System Red Green Blue C M Y K H S L
Decimal 204 234 63 0.13 0 0.73 0.08 70.53 0.8 0.58
Hex CC EA 3F D 0 49 8 47 50 3A
Octal 314 352 77 15 0 111 10 107 120 72
Binary 11001100 11101010 111111 1101 0 1001001 1000 1000111 1010000 111010

Color Harmonies of #CCEA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA3F

Black with #CCEA3F

Text Example


Text Example

White with #CCEA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA3F; }

 p { color: rgb(204,234,63); }

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

background-color css

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

 a { background-color: rgb(204,234,63); }

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

border-color css

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

 span { border-color: rgb(204,234,63); }

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