Html Css Color HEX #CCEE2E Pear

📋 copy color: '#CCEE2E'

red 204 ◦ green 238 ◦ blue 46

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

Shades of Pear #CCEE2E

Tints of Pear #CCEE2E

RGB

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

 GREEN value IS 238 (93.36% from 255) = 48.77%

 BLUE value IS 46 (18.36% from 255) = 9.43%

R = 41.8%
G = 48.77%
B = 9.43%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.81

 K value IS 0.07

RGB Variations

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

Color information

#CCEE2E (or 0xCCEE2E) is known color: Pear. HEX triplet: CC, EE and 2E. RGB value is (204,238,46). Sum of RGB (Red+Green+Blue) = 204+238+46=488 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.80% from 488); Green value is 238 (93.36% from 255 or 48.77% from 488); Blue value is 46 (18.36% from 255 or 9.43% from 488); Max value from RGB is 238 - color contains mainly: green. Hex color #CCEE2E is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #CCEE2E is #3311D1. Grayscale: #CECECE. Windows color (decimal): -3346898 or 3075788. OLE color: 3075788.

HSL color Cylindrical-coordinate representation of color #CCEE2E: hue angle of 70.62º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CCEE2E is Cyan = 0.14, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 238 46 -
CMYK 0.14 0 0.81 0.07
HSL 70.62º 0.85% 0.56% -
HSV(B) 70.62º 0.81% 0.93% -
XYZ 55.97 74.18 13.95 -
YUV 205.95 37.74 126.61 -
System Red Green Blue C M Y K H S L
Decimal 204 238 46 0.14 0 0.81 0.07 70.62 0.85 0.56
Hex CC EE 2E E 0 51 7 47 55 38
Octal 314 356 56 16 0 121 7 107 125 70
Binary 11001100 11101110 101110 1110 0 1010001 111 1000111 1010101 111000

Color Harmonies of #CCEE2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCEE2E

Black with #CCEE2E

Text Example


Text Example

White with #CCEE2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCEE2E; }

 p { color: rgb(204,238,46); }

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

background-color css

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

 a { background-color: rgb(204,238,46); }

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

border-color css

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

 span { border-color: rgb(204,238,46); }

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