Html Css Color HEX #C0F027 Pear

📋 copy color: '#C0F027'

red 192 ◦ green 240 ◦ blue 39

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

Shades of Pear #C0F027

Tints of Pear #C0F027

RGB

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

 GREEN value IS 240 (94.14% from 255) = 50.96%

 BLUE value IS 39 (15.63% from 255) = 8.28%

R = 40.76%
G = 50.96%
B = 8.28%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#C0F027 (or 0xC0F027) is known color: Pear. HEX triplet: C0, F0 and 27. RGB value is (192,240,39). Sum of RGB (Red+Green+Blue) = 192+240+39=471 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.76% from 471); Green value is 240 (94.14% from 255 or 50.96% from 471); Blue value is 39 (15.62% from 255 or 8.28% from 471); Max value from RGB is 240 - color contains mainly: green. Hex color #C0F027 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F027 is #3F0FD8. Grayscale: #CBCBCB. Windows color (decimal): -4132825 or 2617536. OLE color: 2617536.

HSL color Cylindrical-coordinate representation of color #C0F027: hue angle of 74.33º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0F027 is Cyan = 0.20, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 192 240 39 -
CMYK 0.20 0 0.84 0.06
HSL 74.33º 0.87% 0.55% -
HSV(B) 74.33º 0.84% 0.94% -
XYZ 53.26 73.67 13.33 -
YUV 202.73 35.6 120.34 -
System Red Green Blue C M Y K H S L
Decimal 192 240 39 0.20 0 0.84 0.06 74.33 0.87 0.55
Hex C0 F0 27 14 0 54 6 4A 57 37
Octal 300 360 47 24 0 124 6 112 127 67
Binary 11000000 11110000 100111 10100 0 1010100 110 1001010 1010111 110111

Color Harmonies of #C0F027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F027

Black with #C0F027

Text Example


Text Example

White with #C0F027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F027; }

 p { color: rgb(192,240,39); }

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

background-color css

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

 a { background-color: rgb(192,240,39); }

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

border-color css

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

 span { border-color: rgb(192,240,39); }

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