Html Css Color HEX #94C002 Citrus

📋 copy color: '#94C002'

red 148 ◦ green 192 ◦ blue 2

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

Shades of Citrus #94C002

Tints of Citrus #94C002

RGB

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

 GREEN value IS 192 (75.39% from 255) = 56.14%

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

R = 43.27%
G = 56.14%
B = 0.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.99

 K value IS 0.25

RGB Variations

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

Color information

#94C002 (or 0x94C002) is known color: Citrus. HEX triplet: 94, C0 and 02. RGB value is (148,192,2). Sum of RGB (Red+Green+Blue) = 148+192+2=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 192 (75.39% from 255 or 56.14% from 342); Blue value is 2 (1.17% from 255 or 0.58% from 342); Max value from RGB is 192 - color contains mainly: green. Hex color #94C002 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94C002 is #6B3FFD. Grayscale: #9D9D9D. Windows color (decimal): -7028734 or 180372. OLE color: 180372.

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

Color convert

RGB 148 192 2 -
CMYK 0.23 0 0.99 0.25
HSL 73.89º 0.98% 0.38% -
HSV(B) 73.89º 0.99% 0.75% -
XYZ 31.07 44 6.91 -
YUV 157.18 40.42 121.45 -
System Red Green Blue C M Y K H S L
Decimal 148 192 2 0.23 0 0.99 0.25 73.89 0.98 0.38
Hex 94 C0 2 17 0 63 19 4A 62 26
Octal 224 300 2 27 0 143 31 112 142 46
Binary 10010100 11000000 10 10111 0 1100011 11001 1001010 1100010 100110

Color Harmonies of #94C002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C002

Black with #94C002

Text Example


Text Example

White with #94C002

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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