Html Css Color HEX #C0EE2C Pear

📋 copy color: '#C0EE2C'

red 192 ◦ green 238 ◦ blue 44

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

Shades of Pear #C0EE2C

Tints of Pear #C0EE2C

RGB

 RED value IS 192 (75.39% from 255) = 40.51%

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

 BLUE value IS 44 (17.58% from 255) = 9.28%

R = 40.51%
G = 50.21%
B = 9.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.82

 K value IS 0.07

RGB Variations

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

Color information

#C0EE2C (or 0xC0EE2C) is known color: Pear. HEX triplet: C0, EE and 2C. RGB value is (192,238,44). Sum of RGB (Red+Green+Blue) = 192+238+44=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 238 (93.36% from 255 or 50.21% from 474); Blue value is 44 (17.58% from 255 or 9.28% from 474); Max value from RGB is 238 - color contains mainly: green. Hex color #C0EE2C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0EE2C is #3F11D3. Grayscale: #CACACA. Windows color (decimal): -4133332 or 2944704. OLE color: 2944704.

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

Color convert

RGB 192 238 44 -
CMYK 0.19 0 0.82 0.07
HSL 74.23º 0.85% 0.55% -
HSV(B) 74.23º 0.82% 0.93% -
XYZ 52.77 72.54 13.6 -
YUV 202.13 38.76 120.77 -
System Red Green Blue C M Y K H S L
Decimal 192 238 44 0.19 0 0.82 0.07 74.23 0.85 0.55
Hex C0 EE 2C 13 0 52 7 4A 55 37
Octal 300 356 54 23 0 122 7 112 125 67
Binary 11000000 11101110 101100 10011 0 1010010 111 1001010 1010101 110111

Color Harmonies of #C0EE2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0EE2C

Black with #C0EE2C

Text Example


Text Example

White with #C0EE2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0EE2C; }

 p { color: rgb(192,238,44); }

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

background-color css

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

 a { background-color: rgb(192,238,44); }

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

border-color css

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

 span { border-color: rgb(192,238,44); }

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