Html Css Color HEX #94BF0F Citrus

📋 copy color: '#94BF0F'

red 148 ◦ green 191 ◦ blue 15

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

Shades of Citrus #94BF0F

Tints of Citrus #94BF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 4.24%

R = 41.81%
G = 53.95%
B = 4.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#94BF0F (or 0x94BF0F) is known color: Citrus. HEX triplet: 94, BF and 0F. RGB value is (148,191,15). Sum of RGB (Red+Green+Blue) = 148+191+15=354 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.81% from 354); Green value is 191 (75% from 255 or 53.95% from 354); Blue value is 15 (6.25% from 255 or 4.24% from 354); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF0F is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BF0F is #6B40F0. Grayscale: #9E9E9E. Windows color (decimal): -7028977 or 1032084. OLE color: 1032084.

HSL color Cylindrical-coordinate representation of color #94BF0F: hue angle of 74.66º degrees, saturation: 0.85, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94BF0F is Cyan = 0.23, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.25.

Color convert

RGB 148 191 15 -
CMYK 0.23 0 0.92 0.25
HSL 74.66º 0.85% 0.4% -
HSV(B) 74.66º 0.92% 0.75% -
XYZ 30.93 43.59 7.24 -
YUV 158.08 47.25 120.81 -
System Red Green Blue C M Y K H S L
Decimal 148 191 15 0.23 0 0.92 0.25 74.66 0.85 0.4
Hex 94 BF F 17 0 5C 19 4B 55 28
Octal 224 277 17 27 0 134 31 113 125 50
Binary 10010100 10111111 1111 10111 0 1011100 11001 1001011 1010101 101000

Color Harmonies of #94BF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BF0F

Black with #94BF0F

Text Example


Text Example

White with #94BF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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