Html Css Color HEX #C7ED1F Pear

📋 copy color: '#C7ED1F'

red 199 ◦ green 237 ◦ blue 31

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

Shades of Pear #C7ED1F

Tints of Pear #C7ED1F

RGB

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

 GREEN value IS 237 (92.97% from 255) = 50.75%

 BLUE value IS 31 (12.5% from 255) = 6.64%

R = 42.61%
G = 50.75%
B = 6.64%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.87

 K value IS 0.07

RGB Variations

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

Color information

#C7ED1F (or 0xC7ED1F) is known color: Pear. HEX triplet: C7, ED and 1F. RGB value is (199,237,31). Sum of RGB (Red+Green+Blue) = 199+237+31=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 237 (92.97% from 255 or 50.75% from 467); Blue value is 31 (12.5% from 255 or 6.64% from 467); Max value from RGB is 237 - color contains mainly: green. Hex color #C7ED1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #C7ED1F is #3812E0. Grayscale: #CACACA. Windows color (decimal): -3674849 or 2092487. OLE color: 2092487.

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

Color convert

RGB 199 237 31 -
CMYK 0.16 0 0.87 0.07
HSL 71.07º 0.85% 0.53% -
HSV(B) 71.07º 0.87% 0.93% -
XYZ 54.08 72.81 12.5 -
YUV 202.15 31.41 125.75 -
System Red Green Blue C M Y K H S L
Decimal 199 237 31 0.16 0 0.87 0.07 71.07 0.85 0.53
Hex C7 ED 1F 10 0 57 7 47 55 35
Octal 307 355 37 20 0 127 7 107 125 65
Binary 11000111 11101101 11111 10000 0 1010111 111 1000111 1010101 110101

Color Harmonies of #C7ED1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7ED1F

Black with #C7ED1F

Text Example


Text Example

White with #C7ED1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7ED1F; }

 p { color: rgb(199,237,31); }

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

background-color css

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

 a { background-color: rgb(199,237,31); }

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

border-color css

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

 span { border-color: rgb(199,237,31); }

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