Html Css Color HEX #CCEF40 Pear

📋 copy color: '#CCEF40'

red 204 ◦ green 239 ◦ blue 64

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

Shades of Pear #CCEF40

Tints of Pear #CCEF40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 12.62%

R = 40.24%
G = 47.14%
B = 12.62%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.73

 K value IS 0.06

RGB Variations

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

Color information

#CCEF40 (or 0xCCEF40) is known color: Pear. HEX triplet: CC, EF and 40. RGB value is (204,239,64). Sum of RGB (Red+Green+Blue) = 204+239+64=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 64 (25.39% from 255 or 12.62% from 507); Max value from RGB is 239 - color contains mainly: green. Hex color #CCEF40 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEF40 is #3310BF. Grayscale: #D1D1D1. Windows color (decimal): -3346624 or 4255692. OLE color: 4255692.

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

Color convert

RGB 204 239 64 -
CMYK 0.15 0 0.73 0.06
HSL 72º 0.85% 0.59% -
HSV(B) 72º 0.73% 0.94% -
XYZ 56.69 74.94 16.33 -
YUV 208.59 46.4 124.73 -
System Red Green Blue C M Y K H S L
Decimal 204 239 64 0.15 0 0.73 0.06 72 0.85 0.59
Hex CC EF 40 F 0 49 6 48 55 3B
Octal 314 357 100 17 0 111 6 110 125 73
Binary 11001100 11101111 1000000 1111 0 1001001 110 1001000 1010101 111011

Color Harmonies of #CCEF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEF40

Black with #CCEF40

Text Example


Text Example

White with #CCEF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEF40; }

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

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

background-color css

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

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

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

border-color css

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

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

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