Html Css Color HEX #9DD265 Olivine

📋 copy color: '#9DD265'

red 157 ◦ green 210 ◦ blue 101

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

Shades of Olivine #9DD265

Tints of Olivine #9DD265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 21.58%

R = 33.55%
G = 44.87%
B = 21.58%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.52

 K value IS 0.18

RGB Variations

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

Color information

#9DD265 (or 0x9DD265) is known color: Olivine. HEX triplet: 9D, D2 and 65. RGB value is (157,210,101). Sum of RGB (Red+Green+Blue) = 157+210+101=468 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.55% from 468); Green value is 210 (82.42% from 255 or 44.87% from 468); Blue value is 101 (39.84% from 255 or 21.58% from 468); Max value from RGB is 210 - color contains mainly: green. Hex color #9DD265 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DD265 is #622D9A. Grayscale: #B6B6B6. Windows color (decimal): -6434203 or 6673053. OLE color: 6673053.

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

Color convert

RGB 157 210 101 -
CMYK 0.25 0 0.52 0.18
HSL 89.17º 0.55% 0.61% -
HSV(B) 89.17º 0.52% 0.82% -
XYZ 39.3 54.2 20.7 -
YUV 181.73 82.44 110.36 -
System Red Green Blue C M Y K H S L
Decimal 157 210 101 0.25 0 0.52 0.18 89.17 0.55 0.61
Hex 9D D2 65 19 0 34 12 59 37 3D
Octal 235 322 145 31 0 64 22 131 67 75
Binary 10011101 11010010 1100101 11001 0 110100 10010 1011001 110111 111101

Color Harmonies of #9DD265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DD265

Black with #9DD265

Text Example


Text Example

White with #9DD265

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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