Html Css Color HEX #94D305 Citrus

📋 copy color: '#94D305'

red 148 ◦ green 211 ◦ blue 5

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

Shades of Citrus #94D305

Tints of Citrus #94D305

RGB

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

 GREEN value IS 211 (82.81% from 255) = 57.97%

 BLUE value IS 5 (2.34% from 255) = 1.37%

R = 40.66%
G = 57.97%
B = 1.37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.98

 K value IS 0.17

RGB Variations

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

Color information

#94D305 (or 0x94D305) is known color: Citrus. HEX triplet: 94, D3 and 05. RGB value is (148,211,5). Sum of RGB (Red+Green+Blue) = 148+211+5=364 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.66% from 364); Green value is 211 (82.81% from 255 or 57.97% from 364); Blue value is 5 (2.34% from 255 or 1.37% from 364); Max value from RGB is 211 - color contains mainly: green. Hex color #94D305 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D305 is #6B2CFA. Grayscale: #A9A9A9. Windows color (decimal): -7023867 or 381844. OLE color: 381844.

HSL color Cylindrical-coordinate representation of color #94D305: hue angle of 78.35º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94D305 is Cyan = 0.30, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.17.

Color convert

RGB 148 211 5 -
CMYK 0.30 0 0.98 0.17
HSL 78.35º 0.95% 0.42% -
HSV(B) 78.35º 0.98% 0.83% -
XYZ 35.53 52.9 8.48 -
YUV 168.68 35.63 113.25 -
System Red Green Blue C M Y K H S L
Decimal 148 211 5 0.30 0 0.98 0.17 78.35 0.95 0.42
Hex 94 D3 5 1E 0 62 11 4E 5F 2A
Octal 224 323 5 36 0 142 21 116 137 52
Binary 10010100 11010011 101 11110 0 1100010 10001 1001110 1011111 101010

Color Harmonies of #94D305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D305

Black with #94D305

Text Example


Text Example

White with #94D305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,211,5); }

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

background-color css

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

 a { background-color: rgb(148,211,5); }

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

border-color css

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

 span { border-color: rgb(148,211,5); }

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