Html Css Color HEX #94C81D Yellow Green

📋 copy color: '#94C81D'

red 148 ◦ green 200 ◦ blue 29

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

Shades of Yellow Green #94C81D

Tints of Yellow Green #94C81D

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.05%

 BLUE value IS 29 (11.72% from 255) = 7.69%

R = 39.26%
G = 53.05%
B = 7.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.22

RGB Variations

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

Color information

#94C81D (or 0x94C81D) is known color: Yellow Green. HEX triplet: 94, C8 and 1D. RGB value is (148,200,29). Sum of RGB (Red+Green+Blue) = 148+200+29=377 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.26% from 377); Green value is 200 (78.52% from 255 or 53.05% from 377); Blue value is 29 (11.72% from 255 or 7.69% from 377); Max value from RGB is 200 - color contains mainly: green. Hex color #94C81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94C81D is #6B37E2. Grayscale: #A5A5A5. Windows color (decimal): -7026659 or 1951892. OLE color: 1951892.

HSL color Cylindrical-coordinate representation of color #94C81D: hue angle of 78.25º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94C81D is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB 148 200 29 -
CMYK 0.26 0 0.86 0.22
HSL 78.25º 0.75% 0.45% -
HSV(B) 78.25º 0.86% 0.78% -
XYZ 33.09 47.69 8.62 -
YUV 164.96 51.27 115.9 -
System Red Green Blue C M Y K H S L
Decimal 148 200 29 0.26 0 0.86 0.22 78.25 0.75 0.45
Hex 94 C8 1D 1A 0 56 16 4E 4B 2D
Octal 224 310 35 32 0 126 26 116 113 55
Binary 10010100 11001000 11101 11010 0 1010110 10110 1001110 1001011 101101

Color Harmonies of #94C81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94C81D

Black with #94C81D

Text Example


Text Example

White with #94C81D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,200,29); }

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

background-color css

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

 a { background-color: rgb(148,200,29); }

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

border-color css

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

 span { border-color: rgb(148,200,29); }

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