Html Css Color HEX #C7F240 Pear

📋 copy color: '#C7F240'

red 199 ◦ green 242 ◦ blue 64

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

Shades of Pear #C7F240

Tints of Pear #C7F240

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.92%

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

R = 39.41%
G = 47.92%
B = 12.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.74

 K value IS 0.05

RGB Variations

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

Color information

#C7F240 (or 0xC7F240) is known color: Pear. HEX triplet: C7, F2 and 40. RGB value is (199,242,64). Sum of RGB (Red+Green+Blue) = 199+242+64=505 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.41% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 64 (25.39% from 255 or 12.67% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #C7F240 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7F240 is #380DBF. Grayscale: #D1D1D1. Windows color (decimal): -3673536 or 4256455. OLE color: 4256455.

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

Color convert

RGB 199 242 64 -
CMYK 0.18 0 0.74 0.05
HSL 74.49º 0.87% 0.6% -
HSV(B) 74.49º 0.74% 0.95% -
XYZ 56.23 76.02 16.56 -
YUV 208.85 46.25 120.97 -
System Red Green Blue C M Y K H S L
Decimal 199 242 64 0.18 0 0.74 0.05 74.49 0.87 0.6
Hex C7 F2 40 12 0 4A 5 4A 57 3C
Octal 307 362 100 22 0 112 5 112 127 74
Binary 11000111 11110010 1000000 10010 0 1001010 101 1001010 1010111 111100

Color Harmonies of #C7F240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F240

Black with #C7F240

Text Example


Text Example

White with #C7F240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F240; }

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

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

background-color css

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

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

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

border-color css

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

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

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