Html Css Color HEX #96CA1D Yellow Green

📋 copy color: '#96CA1D'

red 150 ◦ green 202 ◦ blue 29

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

Shades of Yellow Green #96CA1D

Tints of Yellow Green #96CA1D

RGB

 RED value IS 150 (58.98% from 255) = 39.37%

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

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

R = 39.37%
G = 53.02%
B = 7.61%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.86

 K value IS 0.21

RGB Variations

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

Color information

#96CA1D (or 0x96CA1D) is known color: Yellow Green. HEX triplet: 96, CA and 1D. RGB value is (150,202,29). Sum of RGB (Red+Green+Blue) = 150+202+29=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 202 (79.30% from 255 or 53.02% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 202 - color contains mainly: green. Hex color #96CA1D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #96CA1D is #6935E2. Grayscale: #A7A7A7. Windows color (decimal): -6895075 or 1952406. OLE color: 1952406.

HSL color Cylindrical-coordinate representation of color #96CA1D: hue angle of 78.03º 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 #96CA1D is Cyan = 0.26, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.21.

Color convert

RGB 150 202 29 -
CMYK 0.26 0 0.86 0.21
HSL 78.03º 0.75% 0.45% -
HSV(B) 78.03º 0.86% 0.79% -
XYZ 33.92 48.81 8.8 -
YUV 166.73 50.27 116.07 -
System Red Green Blue C M Y K H S L
Decimal 150 202 29 0.26 0 0.86 0.21 78.03 0.75 0.45
Hex 96 CA 1D 1A 0 56 15 4E 4B 2D
Octal 226 312 35 32 0 126 25 116 113 55
Binary 10010110 11001010 11101 11010 0 1010110 10101 1001110 1001011 101101

Color Harmonies of #96CA1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96CA1D

Black with #96CA1D

Text Example


Text Example

White with #96CA1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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