Html Css Color HEX #CCEA3E Pear

📋 copy color: '#CCEA3E'

red 204 ◦ green 234 ◦ blue 62

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

Shades of Pear #CCEA3E

Tints of Pear #CCEA3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 12.4%

R = 40.8%
G = 46.8%
B = 12.4%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#CCEA3E (or 0xCCEA3E) is known color: Pear. HEX triplet: CC, EA and 3E. RGB value is (204,234,62). Sum of RGB (Red+Green+Blue) = 204+234+62=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 62 (24.61% from 255 or 12.4% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #CCEA3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEA3E is #3315C1. Grayscale: #CECECE. Windows color (decimal): -3347906 or 4123340. OLE color: 4123340.

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

Color convert

RGB 204 234 62 -
CMYK 0.13 0 0.74 0.08
HSL 70.47º 0.8% 0.58% -
HSV(B) 70.47º 0.74% 0.92% -
XYZ 55.19 72.03 15.55 -
YUV 205.42 47.06 126.99 -
System Red Green Blue C M Y K H S L
Decimal 204 234 62 0.13 0 0.74 0.08 70.47 0.8 0.58
Hex CC EA 3E D 0 4A 8 46 50 3A
Octal 314 352 76 15 0 112 10 106 120 72
Binary 11001100 11101010 111110 1101 0 1001010 1000 1000110 1010000 111010

Color Harmonies of #CCEA3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEA3E

Black with #CCEA3E

Text Example


Text Example

White with #CCEA3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEA3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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