Html Css Color HEX #9BFD5E Conifer

📋 copy color: '#9BFD5E'

red 155 ◦ green 253 ◦ blue 94

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

Shades of Conifer #9BFD5E

Tints of Conifer #9BFD5E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.4%

 BLUE value IS 94 (37.11% from 255) = 18.73%

R = 30.88%
G = 50.4%
B = 18.73%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#9BFD5E (or 0x9BFD5E) is known color: Conifer. HEX triplet: 9B, FD and 5E. RGB value is (155,253,94). Sum of RGB (Red+Green+Blue) = 155+253+94=502 (66% of max value = 765). Red value is 155 (60.94% from 255 or 30.88% from 502); Green value is 253 (99.22% from 255 or 50.40% from 502); Blue value is 94 (37.11% from 255 or 18.73% from 502); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFD5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9BFD5E is #6402A1. Grayscale: #CECECE. Windows color (decimal): -6554274 or 6225307. OLE color: 6225307.

HSL color Cylindrical-coordinate representation of color #9BFD5E: hue angle of 96.98º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9BFD5E is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 155 253 94 -
CMYK 0.39 0 0.63 0.01
HSL 96.98º 0.98% 0.68% -
HSV(B) 96.98º 0.63% 0.99% -
XYZ 50.66 78.03 22.98 -
YUV 205.57 65.03 91.93 -
System Red Green Blue C M Y K H S L
Decimal 155 253 94 0.39 0 0.63 0.01 96.98 0.98 0.68
Hex 9B FD 5E 27 0 3F 1 61 62 44
Octal 233 375 136 47 0 77 1 141 142 104
Binary 10011011 11111101 1011110 100111 0 111111 1 1100001 1100010 1000100

Color Harmonies of #9BFD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9BFD5E

Black with #9BFD5E

Text Example


Text Example

White with #9BFD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(155,253,94); }

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

background-color css

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

 a { background-color: rgb(155,253,94); }

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

border-color css

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

 span { border-color: rgb(155,253,94); }

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