Html Css Color HEX #94CE07 Citrus

📋 copy color: '#94CE07'

red 148 ◦ green 206 ◦ blue 7

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

Shades of Citrus #94CE07

Tints of Citrus #94CE07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 1.94%

R = 41%
G = 57.06%
B = 1.94%

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

#94CE07 (or 0x94CE07) is known color: Citrus. HEX triplet: 94, CE and 07. RGB value is (148,206,7). Sum of RGB (Red+Green+Blue) = 148+206+7=361 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.00% from 361); Green value is 206 (80.86% from 255 or 57.06% from 361); Blue value is 7 (3.12% from 255 or 1.94% from 361); Max value from RGB is 206 - color contains mainly: green. Hex color #94CE07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CE07 is #6B31F8. Grayscale: #A6A6A6. Windows color (decimal): -7025145 or 511636. OLE color: 511636.

HSL color Cylindrical-coordinate representation of color #94CE07: hue angle of 77.49º degrees, saturation: 0.93, 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 #94CE07 is Cyan = 0.28, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 206 7 -
CMYK 0.28 0 0.97 0.19
HSL 77.49º 0.93% 0.42% -
HSV(B) 77.49º 0.97% 0.81% -
XYZ 34.32 50.45 8.13 -
YUV 165.97 38.28 115.18 -
System Red Green Blue C M Y K H S L
Decimal 148 206 7 0.28 0 0.97 0.19 77.49 0.93 0.42
Hex 94 CE 7 1C 0 61 13 4D 5D 2A
Octal 224 316 7 34 0 141 23 115 135 52
Binary 10010100 11001110 111 11100 0 1100001 10011 1001101 1011101 101010

Color Harmonies of #94CE07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CE07

Black with #94CE07

Text Example


Text Example

White with #94CE07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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