Html Css Color HEX #94CE03 Citrus

📋 copy color: '#94CE03'

red 148 ◦ green 206 ◦ blue 3

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

Shades of Citrus #94CE03

Tints of Citrus #94CE03

RGB

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

 GREEN value IS 206 (80.86% from 255) = 57.7%

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

R = 41.46%
G = 57.7%
B = 0.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.99

 K value IS 0.19

RGB Variations

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

Color information

#94CE03 (or 0x94CE03) is known color: Citrus. HEX triplet: 94, CE and 03. RGB value is (148,206,3). Sum of RGB (Red+Green+Blue) = 148+206+3=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 206 (80.86% from 255 or 57.70% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE03 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CE03 is #6B31FC. Grayscale: #A6A6A6. Windows color (decimal): -7025149 or 249492. OLE color: 249492.

HSL color Cylindrical-coordinate representation of color #94CE03: hue angle of 77.14º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #94CE03 is Cyan = 0.28, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 3 -
CMYK 0.28 0 0.99 0.19
HSL 77.14º 0.97% 0.41% -
HSV(B) 77.14º 0.99% 0.81% -
XYZ 34.3 50.45 8.02 -
YUV 165.52 36.28 115.51 -
System Red Green Blue C M Y K H S L
Decimal 148 206 3 0.28 0 0.99 0.19 77.14 0.97 0.41
Hex 94 CE 3 1C 0 63 13 4D 61 29
Octal 224 316 3 34 0 143 23 115 141 51
Binary 10010100 11001110 11 11100 0 1100011 10011 1001101 1100001 101001

Color Harmonies of #94CE03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE03

Black with #94CE03

Text Example


Text Example

White with #94CE03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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