Html Css Color HEX #94D010 Citrus

📋 copy color: '#94D010'

red 148 ◦ green 208 ◦ blue 16

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

Shades of Citrus #94D010

Tints of Citrus #94D010

RGB

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

 GREEN value IS 208 (81.64% from 255) = 55.91%

 BLUE value IS 16 (6.64% from 255) = 4.3%

R = 39.78%
G = 55.91%
B = 4.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.92

 K value IS 0.18

RGB Variations

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

Color information

#94D010 (or 0x94D010) is known color: Citrus. HEX triplet: 94, D0 and 10. RGB value is (148,208,16). Sum of RGB (Red+Green+Blue) = 148+208+16=372 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.78% from 372); Green value is 208 (81.64% from 255 or 55.91% from 372); Blue value is 16 (6.64% from 255 or 4.30% from 372); Max value from RGB is 208 - color contains mainly: green. Hex color #94D010 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D010 is #6B2FEF. Grayscale: #A8A8A8. Windows color (decimal): -7024624 or 1101972. OLE color: 1101972.

HSL color Cylindrical-coordinate representation of color #94D010: hue angle of 78.75º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #94D010 is Cyan = 0.29, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.

Color convert

RGB 148 208 16 -
CMYK 0.29 0 0.92 0.18
HSL 78.75º 0.86% 0.44% -
HSV(B) 78.75º 0.92% 0.82% -
XYZ 34.86 51.45 8.58 -
YUV 168.17 42.12 113.61 -
System Red Green Blue C M Y K H S L
Decimal 148 208 16 0.29 0 0.92 0.18 78.75 0.86 0.44
Hex 94 D0 10 1D 0 5C 12 4F 56 2C
Octal 224 320 20 35 0 134 22 117 126 54
Binary 10010100 11010000 10000 11101 0 1011100 10010 1001111 1010110 101100

Color Harmonies of #94D010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D010

Black with #94D010

Text Example


Text Example

White with #94D010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,208,16); }

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

background-color css

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

 a { background-color: rgb(148,208,16); }

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

border-color css

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

 span { border-color: rgb(148,208,16); }

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