Html Css Color HEX #94D102 Citrus

📋 copy color: '#94D102'

red 148 ◦ green 209 ◦ blue 2

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

Shades of Citrus #94D102

Tints of Citrus #94D102

RGB

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

 GREEN value IS 209 (82.03% from 255) = 58.22%

 BLUE value IS 2 (1.17% from 255) = 0.56%

R = 41.23%
G = 58.22%
B = 0.56%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#94D102 (or 0x94D102) is known color: Citrus. HEX triplet: 94, D1 and 02. RGB value is (148,209,2). Sum of RGB (Red+Green+Blue) = 148+209+2=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 209 (82.03% from 255 or 58.22% from 359); Blue value is 2 (1.17% from 255 or 0.56% from 359); Max value from RGB is 209 - color contains mainly: green. Hex color #94D102 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94D102 is #6B2EFD. Grayscale: #A7A7A7. Windows color (decimal): -7024382 or 184724. OLE color: 184724.

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

Color convert

RGB 148 209 2 -
CMYK 0.29 0 0.99 0.18
HSL 77.68º 0.98% 0.41% -
HSV(B) 77.68º 0.99% 0.82% -
XYZ 35.02 51.9 8.23 -
YUV 167.16 34.79 114.33 -
System Red Green Blue C M Y K H S L
Decimal 148 209 2 0.29 0 0.99 0.18 77.68 0.98 0.41
Hex 94 D1 2 1D 0 63 12 4E 62 29
Octal 224 321 2 35 0 143 22 116 142 51
Binary 10010100 11010001 10 11101 0 1100011 10010 1001110 1100010 101001

Color Harmonies of #94D102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94D102

Black with #94D102

Text Example


Text Example

White with #94D102

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,209,2); }

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

background-color css

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

 a { background-color: rgb(148,209,2); }

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

border-color css

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

 span { border-color: rgb(148,209,2); }

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