Html Css Color HEX #C7F140 Pear

📋 copy color: '#C7F140'

red 199 ◦ green 241 ◦ blue 64

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

Shades of Pear #C7F140

Tints of Pear #C7F140

RGB

 RED value IS 199 (78.13% from 255) = 39.48%

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

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

R = 39.48%
G = 47.82%
B = 12.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#C7F140 (or 0xC7F140) is known color: Pear. HEX triplet: C7, F1 and 40. RGB value is (199,241,64). Sum of RGB (Red+Green+Blue) = 199+241+64=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 241 (94.53% from 255 or 47.82% from 504); Blue value is 64 (25.39% from 255 or 12.70% from 504); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F140 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F140 is #380EBF. Grayscale: #D0D0D0. Windows color (decimal): -3673792 or 4256199. OLE color: 4256199.

HSL color Cylindrical-coordinate representation of color #C7F140: hue angle of 74.24º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C7F140 is Cyan = 0.17, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.05.

Color convert

RGB 199 241 64 -
CMYK 0.17 0 0.73 0.05
HSL 74.24º 0.86% 0.6% -
HSV(B) 74.24º 0.73% 0.95% -
XYZ 55.93 75.42 16.46 -
YUV 208.26 46.59 121.39 -
System Red Green Blue C M Y K H S L
Decimal 199 241 64 0.17 0 0.73 0.05 74.24 0.86 0.6
Hex C7 F1 40 11 0 49 5 4A 56 3C
Octal 307 361 100 21 0 111 5 112 126 74
Binary 11000111 11110001 1000000 10001 0 1001001 101 1001010 1010110 111100

Color Harmonies of #C7F140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F140

Black with #C7F140

Text Example


Text Example

White with #C7F140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F140; }

 p { color: rgb(199,241,64); }

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

background-color css

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

 a { background-color: rgb(199,241,64); }

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

border-color css

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

 span { border-color: rgb(199,241,64); }

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