Html Css Color HEX #94CF19 Yellow Green

📋 copy color: '#94CF19'

red 148 ◦ green 207 ◦ blue 25

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

Shades of Yellow Green #94CF19

Tints of Yellow Green #94CF19

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.47%

 BLUE value IS 25 (10.16% from 255) = 6.58%

R = 38.95%
G = 54.47%
B = 6.58%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#94CF19 (or 0x94CF19) is known color: Yellow Green. HEX triplet: 94, CF and 19. RGB value is (148,207,25). Sum of RGB (Red+Green+Blue) = 148+207+25=380 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.95% from 380); Green value is 207 (81.25% from 255 or 54.47% from 380); Blue value is 25 (10.16% from 255 or 6.58% from 380); Max value from RGB is 207 - color contains mainly: green. Hex color #94CF19 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #94CF19 is #6B30E6. Grayscale: #A9A9A9. Windows color (decimal): -7024871 or 1691540. OLE color: 1691540.

HSL color Cylindrical-coordinate representation of color #94CF19: hue angle of 79.45º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #94CF19 is Cyan = 0.29, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB 148 207 25 -
CMYK 0.29 0 0.88 0.19
HSL 79.45º 0.78% 0.45% -
HSV(B) 79.45º 0.88% 0.81% -
XYZ 34.7 50.99 8.93 -
YUV 168.61 46.95 113.3 -
System Red Green Blue C M Y K H S L
Decimal 148 207 25 0.29 0 0.88 0.19 79.45 0.78 0.45
Hex 94 CF 19 1D 0 58 13 4F 4E 2D
Octal 224 317 31 35 0 130 23 117 116 55
Binary 10010100 11001111 11001 11101 0 1011000 10011 1001111 1001110 101101

Color Harmonies of #94CF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #94CF19

Black with #94CF19

Text Example


Text Example

White with #94CF19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,207,25); }

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

background-color css

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

 a { background-color: rgb(148,207,25); }

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

border-color css

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

 span { border-color: rgb(148,207,25); }

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