Html Css Color HEX #94FB5D Conifer

📋 copy color: '#94FB5D'

red 148 ◦ green 251 ◦ blue 93

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

Shades of Conifer #94FB5D

Tints of Conifer #94FB5D

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.02%

 BLUE value IS 93 (36.72% from 255) = 18.9%

R = 30.08%
G = 51.02%
B = 18.9%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.63

 K value IS 0.02

RGB Variations

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

Color information

#94FB5D (or 0x94FB5D) is known color: Conifer. HEX triplet: 94, FB and 5D. RGB value is (148,251,93). Sum of RGB (Red+Green+Blue) = 148+251+93=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 251 (98.44% from 255 or 51.02% from 492); Blue value is 93 (36.72% from 255 or 18.90% from 492); Max value from RGB is 251 - color contains mainly: green. Hex color #94FB5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94FB5D is #6B04A2. Grayscale: #CACACA. Windows color (decimal): -7013539 or 6159252. OLE color: 6159252.

HSL color Cylindrical-coordinate representation of color #94FB5D: hue angle of 99.11º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94FB5D is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.02.

Color convert

RGB 148 251 93 -
CMYK 0.41 0 0.63 0.02
HSL 99.11º 0.95% 0.67% -
HSV(B) 99.11º 0.63% 0.98% -
XYZ 48.69 76.08 22.47 -
YUV 202.19 66.38 89.35 -
System Red Green Blue C M Y K H S L
Decimal 148 251 93 0.41 0 0.63 0.02 99.11 0.95 0.67
Hex 94 FB 5D 29 0 3F 2 63 5F 43
Octal 224 373 135 51 0 77 2 143 137 103
Binary 10010100 11111011 1011101 101001 0 111111 10 1100011 1011111 1000011

Color Harmonies of #94FB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94FB5D

Black with #94FB5D

Text Example


Text Example

White with #94FB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,251,93); }

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

background-color css

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

 a { background-color: rgb(148,251,93); }

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

border-color css

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

 span { border-color: rgb(148,251,93); }

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