Html Css Color HEX #CCEF3E Pear

📋 copy color: '#CCEF3E'

red 204 ◦ green 239 ◦ blue 62

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

Shades of Pear #CCEF3E

Tints of Pear #CCEF3E

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.33%

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

R = 40.4%
G = 47.33%
B = 12.28%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.74

 K value IS 0.06

RGB Variations

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

Color information

#CCEF3E (or 0xCCEF3E) is known color: Pear. HEX triplet: CC, EF and 3E. RGB value is (204,239,62). Sum of RGB (Red+Green+Blue) = 204+239+62=505 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.40% from 505); Green value is 239 (93.75% from 255 or 47.33% from 505); Blue value is 62 (24.61% from 255 or 12.28% from 505); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF3E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF3E is #3310C1. Grayscale: #D1D1D1. Windows color (decimal): -3346626 or 4124620. OLE color: 4124620.

HSL color Cylindrical-coordinate representation of color #CCEF3E: hue angle of 71.86º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CCEF3E is Cyan = 0.15, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 239 62 -
CMYK 0.15 0 0.74 0.06
HSL 71.86º 0.85% 0.59% -
HSV(B) 71.86º 0.74% 0.94% -
XYZ 56.64 74.92 16.03 -
YUV 208.36 45.4 124.89 -
System Red Green Blue C M Y K H S L
Decimal 204 239 62 0.15 0 0.74 0.06 71.86 0.85 0.59
Hex CC EF 3E F 0 4A 6 48 55 3B
Octal 314 357 76 17 0 112 6 110 125 73
Binary 11001100 11101111 111110 1111 0 1001010 110 1001000 1010101 111011

Color Harmonies of #CCEF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF3E

Black with #CCEF3E

Text Example


Text Example

White with #CCEF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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