Html Css Color HEX #94BD03 Citrus

📋 copy color: '#94BD03'

red 148 ◦ green 189 ◦ blue 3

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

Shades of Citrus #94BD03

Tints of Citrus #94BD03

RGB

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

 GREEN value IS 189 (74.22% from 255) = 55.59%

 BLUE value IS 3 (1.56% from 255) = 0.88%

R = 43.53%
G = 55.59%
B = 0.88%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.98

 K value IS 0.26

RGB Variations

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

Color information

#94BD03 (or 0x94BD03) is known color: Citrus. HEX triplet: 94, BD and 03. RGB value is (148,189,3). Sum of RGB (Red+Green+Blue) = 148+189+3=340 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.53% from 340); Green value is 189 (74.22% from 255 or 55.59% from 340); Blue value is 3 (1.56% from 255 or 0.88% from 340); Max value from RGB is 189 - color contains mainly: green. Hex color #94BD03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94BD03 is #6B42FC. Grayscale: #9C9C9C. Windows color (decimal): -7029501 or 245140. OLE color: 245140.

HSL color Cylindrical-coordinate representation of color #94BD03: hue angle of 73.23º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #94BD03 is Cyan = 0.22, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.26.

Color convert

RGB 148 189 3 -
CMYK 0.22 0 0.98 0.26
HSL 73.23º 0.97% 0.38% -
HSV(B) 73.23º 0.98% 0.74% -
XYZ 30.43 42.7 6.72 -
YUV 155.54 41.92 122.62 -
System Red Green Blue C M Y K H S L
Decimal 148 189 3 0.22 0 0.98 0.26 73.23 0.97 0.38
Hex 94 BD 3 16 0 62 1A 49 61 26
Octal 224 275 3 26 0 142 32 111 141 46
Binary 10010100 10111101 11 10110 0 1100010 11010 1001001 1100001 100110

Color Harmonies of #94BD03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94BD03

Black with #94BD03

Text Example


Text Example

White with #94BD03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,189,3); }

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

background-color css

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

 a { background-color: rgb(148,189,3); }

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

border-color css

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

 span { border-color: rgb(148,189,3); }

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