Html Css Color HEX #94CE10 Citrus

📋 copy color: '#94CE10'

red 148 ◦ green 206 ◦ blue 16

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

Shades of Citrus #94CE10

Tints of Citrus #94CE10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.32%

R = 40%
G = 55.68%
B = 4.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#94CE10 (or 0x94CE10) is known color: Citrus. HEX triplet: 94, CE and 10. RGB value is (148,206,16). Sum of RGB (Red+Green+Blue) = 148+206+16=370 (49% of max value = 765). Red value is 148 (58.20% from 255 or 40% from 370); Green value is 206 (80.86% from 255 or 55.68% from 370); Blue value is 16 (6.64% from 255 or 4.32% from 370); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE10 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CE10 is #6B31EF. Grayscale: #A7A7A7. Windows color (decimal): -7025136 or 1101460. OLE color: 1101460.

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

Color convert

RGB 148 206 16 -
CMYK 0.28 0 0.92 0.19
HSL 78.32º 0.86% 0.44% -
HSV(B) 78.32º 0.92% 0.81% -
XYZ 34.38 50.48 8.42 -
YUV 167 42.78 114.45 -
System Red Green Blue C M Y K H S L
Decimal 148 206 16 0.28 0 0.92 0.19 78.32 0.86 0.44
Hex 94 CE 10 1C 0 5C 13 4E 56 2C
Octal 224 316 20 34 0 134 23 116 126 54
Binary 10010100 11001110 10000 11100 0 1011100 10011 1001110 1010110 101100

Color Harmonies of #94CE10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE10

Black with #94CE10

Text Example


Text Example

White with #94CE10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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