Html Css Color HEX #94BF14 Citrus

📋 copy color: '#94BF14'

red 148 ◦ green 191 ◦ blue 20

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

Shades of Citrus #94BF14

Tints of Citrus #94BF14

RGB

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

 GREEN value IS 191 (75% from 255) = 53.2%

 BLUE value IS 20 (8.2% from 255) = 5.57%

R = 41.23%
G = 53.2%
B = 5.57%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#94BF14 (or 0x94BF14) is known color: Citrus. HEX triplet: 94, BF and 14. RGB value is (148,191,20). Sum of RGB (Red+Green+Blue) = 148+191+20=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 191 (75% from 255 or 53.20% from 359); Blue value is 20 (8.20% from 255 or 5.57% from 359); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF14 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BF14 is #6B40EB. Grayscale: #9F9F9F. Windows color (decimal): -7028972 or 1359764. OLE color: 1359764.

HSL color Cylindrical-coordinate representation of color #94BF14: hue angle of 75.09º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #94BF14 is Cyan = 0.23, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 191 20 -
CMYK 0.23 0 0.90 0.25
HSL 75.09º 0.81% 0.41% -
HSV(B) 75.09º 0.9% 0.75% -
XYZ 30.97 43.61 7.45 -
YUV 158.65 49.75 120.4 -
System Red Green Blue C M Y K H S L
Decimal 148 191 20 0.23 0 0.90 0.25 75.09 0.81 0.41
Hex 94 BF 14 17 0 5A 19 4B 51 29
Octal 224 277 24 27 0 132 31 113 121 51
Binary 10010100 10111111 10100 10111 0 1011010 11001 1001011 1010001 101001

Color Harmonies of #94BF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BF14

Black with #94BF14

Text Example


Text Example

White with #94BF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,191,20); }

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

background-color css

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

 a { background-color: rgb(148,191,20); }

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

border-color css

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

 span { border-color: rgb(148,191,20); }

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