Html Css Color HEX #C7F150 Conifer

📋 copy color: '#C7F150'

red 199 ◦ green 241 ◦ blue 80

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

Shades of Conifer #C7F150

Tints of Conifer #C7F150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 15.38%

R = 38.27%
G = 46.35%
B = 15.38%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.67

 K value IS 0.05

RGB Variations

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

Color information

#C7F150 (or 0xC7F150) is known color: Conifer. HEX triplet: C7, F1 and 50. RGB value is (199,241,80). Sum of RGB (Red+Green+Blue) = 199+241+80=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 241 (94.53% from 255 or 46.35% from 520); Blue value is 80 (31.64% from 255 or 15.38% from 520); Max value from RGB is 241 - color contains mainly: green. Hex color #C7F150 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #C7F150 is #380EAF. Grayscale: #D2D2D2. Windows color (decimal): -3673776 or 5304775. OLE color: 5304775.

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

Color convert

RGB 199 241 80 -
CMYK 0.17 0 0.67 0.05
HSL 75.65º 0.85% 0.63% -
HSV(B) 75.65º 0.67% 0.95% -
XYZ 56.46 75.63 19.21 -
YUV 210.09 54.59 120.09 -
System Red Green Blue C M Y K H S L
Decimal 199 241 80 0.17 0 0.67 0.05 75.65 0.85 0.63
Hex C7 F1 50 11 0 43 5 4C 55 3F
Octal 307 361 120 21 0 103 5 114 125 77
Binary 11000111 11110001 1010000 10001 0 1000011 101 1001100 1010101 111111

Color Harmonies of #C7F150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7F150

Black with #C7F150

Text Example


Text Example

White with #C7F150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7F150; }

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

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

background-color css

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

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

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

border-color css

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

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

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