Html Css Color HEX #92EF50 Conifer

📋 copy color: '#92EF50'

red 146 ◦ green 239 ◦ blue 80

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

Shades of Conifer #92EF50

Tints of Conifer #92EF50

RGB

 RED value IS 146 (57.42% from 255) = 31.4%

 GREEN value IS 239 (93.75% from 255) = 51.4%

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

R = 31.4%
G = 51.4%
B = 17.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.06

RGB Variations

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

Color information

#92EF50 (or 0x92EF50) is known color: Conifer. HEX triplet: 92, EF and 50. RGB value is (146,239,80). Sum of RGB (Red+Green+Blue) = 146+239+80=465 (61% of max value = 765). Red value is 146 (57.42% from 255 or 31.40% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 80 (31.64% from 255 or 17.20% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #92EF50 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #92EF50 is #6D10AF. Grayscale: #C1C1C1. Windows color (decimal): -7147696 or 5304210. OLE color: 5304210.

HSL color Cylindrical-coordinate representation of color #92EF50: hue angle of 95.09º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #92EF50 is Cyan = 0.39, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.06.

Color convert

RGB 146 239 80 -
CMYK 0.39 0 0.67 0.06
HSL 95.09º 0.83% 0.63% -
HSV(B) 95.09º 0.67% 0.94% -
XYZ 44.17 68.42 18.47 -
YUV 193.07 64.19 94.43 -
System Red Green Blue C M Y K H S L
Decimal 146 239 80 0.39 0 0.67 0.06 95.09 0.83 0.63
Hex 92 EF 50 27 0 43 6 5F 53 3F
Octal 222 357 120 47 0 103 6 137 123 77
Binary 10010010 11101111 1010000 100111 0 1000011 110 1011111 1010011 111111

Color Harmonies of #92EF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #92EF50

Black with #92EF50

Text Example


Text Example

White with #92EF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #92EF50; }

 p { color: rgb(146,239,80); }

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

background-color css

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

 a { background-color: rgb(146,239,80); }

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

border-color css

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

 span { border-color: rgb(146,239,80); }

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