Html Css Color HEX #94EF57 Conifer

📋 copy color: '#94EF57'

red 148 ◦ green 239 ◦ blue 87

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

Shades of Conifer #94EF57

Tints of Conifer #94EF57

RGB

 RED value IS 148 (58.2% from 255) = 31.22%

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

 BLUE value IS 87 (34.38% from 255) = 18.35%

R = 31.22%
G = 50.42%
B = 18.35%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#94EF57 (or 0x94EF57) is known color: Conifer. HEX triplet: 94, EF and 57. RGB value is (148,239,87). Sum of RGB (Red+Green+Blue) = 148+239+87=474 (62% of max value = 765). Red value is 148 (58.20% from 255 or 31.22% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 87 (34.38% from 255 or 18.35% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #94EF57 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94EF57 is #6B10A8. Grayscale: #C2C2C2. Windows color (decimal): -7016617 or 5762964. OLE color: 5762964.

HSL color Cylindrical-coordinate representation of color #94EF57: hue angle of 95.92º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #94EF57 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 148 239 87 -
CMYK 0.38 0 0.64 0.06
HSL 95.92º 0.83% 0.64% -
HSV(B) 95.92º 0.64% 0.94% -
XYZ 44.8 68.72 19.92 -
YUV 194.46 67.35 94.86 -
System Red Green Blue C M Y K H S L
Decimal 148 239 87 0.38 0 0.64 0.06 95.92 0.83 0.64
Hex 94 EF 57 26 0 40 6 60 53 40
Octal 224 357 127 46 0 100 6 140 123 100
Binary 10010100 11101111 1010111 100110 0 1000000 110 1100000 1010011 1000000

Color Harmonies of #94EF57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94EF57

Black with #94EF57

Text Example


Text Example

White with #94EF57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #94EF57; }

 p { color: rgb(148,239,87); }

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

background-color css

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

 a { background-color: rgb(148,239,87); }

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

border-color css

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

 span { border-color: rgb(148,239,87); }

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