Html Css Color HEX #9DD25D Conifer

📋 copy color: '#9DD25D'

red 157 ◦ green 210 ◦ blue 93

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

Shades of Conifer #9DD25D

Tints of Conifer #9DD25D

RGB

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

 GREEN value IS 210 (82.42% from 255) = 45.65%

 BLUE value IS 93 (36.72% from 255) = 20.22%

R = 34.13%
G = 45.65%
B = 20.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#9DD25D (or 0x9DD25D) is known color: Conifer. HEX triplet: 9D, D2 and 5D. RGB value is (157,210,93). Sum of RGB (Red+Green+Blue) = 157+210+93=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 210 (82.42% from 255 or 45.65% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD25D is #622DA2. Grayscale: #B5B5B5. Windows color (decimal): -6434211 or 6148765. OLE color: 6148765.

HSL color Cylindrical-coordinate representation of color #9DD25D: hue angle of 87.18º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9DD25D is Cyan = 0.25, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 157 210 93 -
CMYK 0.25 0 0.56 0.18
HSL 87.18º 0.57% 0.59% -
HSV(B) 87.18º 0.56% 0.82% -
XYZ 38.93 54.05 18.74 -
YUV 180.82 78.44 111.01 -
System Red Green Blue C M Y K H S L
Decimal 157 210 93 0.25 0 0.56 0.18 87.18 0.57 0.59
Hex 9D D2 5D 19 0 38 12 57 39 3B
Octal 235 322 135 31 0 70 22 127 71 73
Binary 10011101 11010010 1011101 11001 0 111000 10010 1010111 111001 111011

Color Harmonies of #9DD25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD25D

Black with #9DD25D

Text Example


Text Example

White with #9DD25D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,210,93); }

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

background-color css

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

 a { background-color: rgb(157,210,93); }

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

border-color css

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

 span { border-color: rgb(157,210,93); }

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