Html Css Color HEX #94CA1D Yellow Green

📋 copy color: '#94CA1D'

red 148 ◦ green 202 ◦ blue 29

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

Shades of Yellow Green #94CA1D

Tints of Yellow Green #94CA1D

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.3%

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

R = 39.05%
G = 53.3%
B = 7.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#94CA1D (or 0x94CA1D) is known color: Yellow Green. HEX triplet: 94, CA and 1D. RGB value is (148,202,29). Sum of RGB (Red+Green+Blue) = 148+202+29=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 202 (79.30% from 255 or 53.30% from 379); Blue value is 29 (11.72% from 255 or 7.65% from 379); Max value from RGB is 202 - color contains mainly: green. Hex color #94CA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94CA1D is #6B35E2. Grayscale: #A6A6A6. Windows color (decimal): -7026147 or 1952404. OLE color: 1952404.

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

Color convert

RGB 148 202 29 -
CMYK 0.27 0 0.86 0.21
HSL 78.73º 0.75% 0.45% -
HSV(B) 78.73º 0.86% 0.79% -
XYZ 33.56 48.63 8.78 -
YUV 166.13 50.61 115.07 -
System Red Green Blue C M Y K H S L
Decimal 148 202 29 0.27 0 0.86 0.21 78.73 0.75 0.45
Hex 94 CA 1D 1B 0 56 15 4F 4B 2D
Octal 224 312 35 33 0 126 25 117 113 55
Binary 10010100 11001010 11101 11011 0 1010110 10101 1001111 1001011 101101

Color Harmonies of #94CA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CA1D

Black with #94CA1D

Text Example


Text Example

White with #94CA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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