Html Css Color HEX #9BD75F Conifer

📋 copy color: '#9BD75F'

red 155 ◦ green 215 ◦ blue 95

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

Shades of Conifer #9BD75F

Tints of Conifer #9BD75F

RGB

 RED value IS 155 (60.94% from 255) = 33.33%

 GREEN value IS 215 (84.38% from 255) = 46.24%

 BLUE value IS 95 (37.5% from 255) = 20.43%

R = 33.33%
G = 46.24%
B = 20.43%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#9BD75F (or 0x9BD75F) is known color: Conifer. HEX triplet: 9B, D7 and 5F. RGB value is (155,215,95). Sum of RGB (Red+Green+Blue) = 155+215+95=465 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.33% from 465); Green value is 215 (84.38% from 255 or 46.24% from 465); Blue value is 95 (37.5% from 255 or 20.43% from 465); Max value from RGB is 215 - color contains mainly: green. Hex color #9BD75F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD75F is #6428A0. Grayscale: #B7B7B7. Windows color (decimal): -6564001 or 6281115. OLE color: 6281115.

HSL color Cylindrical-coordinate representation of color #9BD75F: hue angle of 90º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9BD75F is Cyan = 0.28, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 155 215 95 -
CMYK 0.28 0 0.56 0.16
HSL 90º 0.6% 0.61% -
HSV(B) 90º 0.56% 0.84% -
XYZ 39.88 56.4 19.61 -
YUV 183.38 78.12 107.76 -
System Red Green Blue C M Y K H S L
Decimal 155 215 95 0.28 0 0.56 0.16 90 0.6 0.61
Hex 9B D7 5F 1C 0 38 10 5A 3C 3D
Octal 233 327 137 34 0 70 20 132 74 75
Binary 10011011 11010111 1011111 11100 0 111000 10000 1011010 111100 111101

Color Harmonies of #9BD75F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BD75F

Black with #9BD75F

Text Example


Text Example

White with #9BD75F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,215,95); }

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

background-color css

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

 a { background-color: rgb(155,215,95); }

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

border-color css

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

 span { border-color: rgb(155,215,95); }

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