Html Css Color HEX #C0F129 Pear

📋 copy color: '#C0F129'

red 192 ◦ green 241 ◦ blue 41

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

Shades of Pear #C0F129

Tints of Pear #C0F129

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.84%

 BLUE value IS 41 (16.41% from 255) = 8.65%

R = 40.51%
G = 50.84%
B = 8.65%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#C0F129 (or 0xC0F129) is known color: Pear. HEX triplet: C0, F1 and 29. RGB value is (192,241,41). Sum of RGB (Red+Green+Blue) = 192+241+41=474 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.51% from 474); Green value is 241 (94.53% from 255 or 50.84% from 474); Blue value is 41 (16.41% from 255 or 8.65% from 474); Max value from RGB is 241 - color contains mainly: green. Hex color #C0F129 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C0F129 is #3F0ED6. Grayscale: #CCCCCC. Windows color (decimal): -4132567 or 2748864. OLE color: 2748864.

HSL color Cylindrical-coordinate representation of color #C0F129: hue angle of 74.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C0F129 is Cyan = 0.20, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 192 241 41 -
CMYK 0.20 0 0.83 0.05
HSL 74.7º 0.88% 0.55% -
HSV(B) 74.7º 0.83% 0.95% -
XYZ 53.59 74.28 13.61 -
YUV 203.55 36.27 119.76 -
System Red Green Blue C M Y K H S L
Decimal 192 241 41 0.20 0 0.83 0.05 74.7 0.88 0.55
Hex C0 F1 29 14 0 53 5 4B 58 37
Octal 300 361 51 24 0 123 5 113 130 67
Binary 11000000 11110001 101001 10100 0 1010011 101 1001011 1011000 110111

Color Harmonies of #C0F129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0F129

Black with #C0F129

Text Example


Text Example

White with #C0F129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0F129; }

 p { color: rgb(192,241,41); }

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

background-color css

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

 a { background-color: rgb(192,241,41); }

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

border-color css

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

 span { border-color: rgb(192,241,41); }

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