Html Css Color HEX #9DFA64 Conifer

📋 copy color: '#9DFA64'

red 157 ◦ green 250 ◦ blue 100

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

Shades of Conifer #9DFA64

Tints of Conifer #9DFA64

RGB

 RED value IS 157 (61.72% from 255) = 30.97%

 GREEN value IS 250 (98.05% from 255) = 49.31%

 BLUE value IS 100 (39.45% from 255) = 19.72%

R = 30.97%
G = 49.31%
B = 19.72%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.6

 K value IS 0.02

RGB Variations

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

Color information

#9DFA64 (or 0x9DFA64) is known color: Conifer. HEX triplet: 9D, FA and 64. RGB value is (157,250,100). Sum of RGB (Red+Green+Blue) = 157+250+100=507 (67% of max value = 765). Red value is 157 (61.72% from 255 or 30.97% from 507); Green value is 250 (98.05% from 255 or 49.31% from 507); Blue value is 100 (39.45% from 255 or 19.72% from 507); Max value from RGB is 250 - color contains mainly: green. Hex color #9DFA64 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DFA64 is #62059B. Grayscale: #CDCDCD. Windows color (decimal): -6423964 or 6617757. OLE color: 6617757.

HSL color Cylindrical-coordinate representation of color #9DFA64: hue angle of 97.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9DFA64 is Cyan = 0.37, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.02.

Color convert

RGB 157 250 100 -
CMYK 0.37 0 0.6 0.02
HSL 97.2º 0.94% 0.69% -
HSV(B) 97.2º 0.6% 0.98% -
XYZ 50.39 76.46 24.16 -
YUV 205.09 68.69 93.7 -
System Red Green Blue C M Y K H S L
Decimal 157 250 100 0.37 0 0.6 0.02 97.2 0.94 0.69
Hex 9D FA 64 25 0 3C 2 61 5E 45
Octal 235 372 144 45 0 74 2 141 136 105
Binary 10011101 11111010 1100100 100101 0 111100 10 1100001 1011110 1000101

Color Harmonies of #9DFA64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DFA64

Black with #9DFA64

Text Example


Text Example

White with #9DFA64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DFA64; }

 p { color: rgb(157,250,100); }

 H1.HeaderClassName
 {
   color: #9DFA64;
 }
 .AnyTagClassName
 {
   color: #9DFA64;
 }
</style>

background-color css

<style>
 a { background-color: #9DFA64; }

 a { background-color: rgb(157,250,100); }

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

border-color css

<style>
 span { border-color: #9DFA64; }

 span { border-color: rgb(157,250,100); }

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