Html Css Color HEX #94CE06 Citrus

📋 copy color: '#94CE06'

red 148 ◦ green 206 ◦ blue 6

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

Shades of Citrus #94CE06

Tints of Citrus #94CE06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 1.67%

R = 41.11%
G = 57.22%
B = 1.67%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.97

 K value IS 0.19

RGB Variations

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

Color information

#94CE06 (or 0x94CE06) is known color: Citrus. HEX triplet: 94, CE and 06. RGB value is (148,206,6). Sum of RGB (Red+Green+Blue) = 148+206+6=360 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.11% from 360); Green value is 206 (80.86% from 255 or 57.22% from 360); Blue value is 6 (2.73% from 255 or 1.67% from 360); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CE06 is #6B31F9. Grayscale: #A6A6A6. Windows color (decimal): -7025146 or 446100. OLE color: 446100.

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

Color convert

RGB 148 206 6 -
CMYK 0.28 0 0.97 0.19
HSL 77.4º 0.94% 0.42% -
HSV(B) 77.4º 0.97% 0.81% -
XYZ 34.32 50.45 8.1 -
YUV 165.86 37.78 115.26 -
System Red Green Blue C M Y K H S L
Decimal 148 206 6 0.28 0 0.97 0.19 77.4 0.94 0.42
Hex 94 CE 6 1C 0 61 13 4D 5E 2A
Octal 224 316 6 34 0 141 23 115 136 52
Binary 10010100 11001110 110 11100 0 1100001 10011 1001101 1011110 101010

Color Harmonies of #94CE06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE06

Black with #94CE06

Text Example


Text Example

White with #94CE06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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