Html Css Color HEX #95EF56 Conifer

📋 copy color: '#95EF56'

red 149 ◦ green 239 ◦ blue 86

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

Shades of Conifer #95EF56

Tints of Conifer #95EF56

RGB

 RED value IS 149 (58.59% from 255) = 31.43%

 GREEN value IS 239 (93.75% from 255) = 50.42%

 BLUE value IS 86 (33.98% from 255) = 18.14%

R = 31.43%
G = 50.42%
B = 18.14%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.64

 K value IS 0.06

RGB Variations

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

Color information

#95EF56 (or 0x95EF56) is known color: Conifer. HEX triplet: 95, EF and 56. RGB value is (149,239,86). Sum of RGB (Red+Green+Blue) = 149+239+86=474 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.43% from 474); Green value is 239 (93.75% from 255 or 50.42% from 474); Blue value is 86 (33.98% from 255 or 18.14% from 474); Max value from RGB is 239 - color contains mainly: green. Hex color #95EF56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95EF56 is #6A10A9. Grayscale: #C3C3C3. Windows color (decimal): -6951082 or 5697429. OLE color: 5697429.

HSL color Cylindrical-coordinate representation of color #95EF56: hue angle of 95.29º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95EF56 is Cyan = 0.38, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.06.

Color convert

RGB 149 239 86 -
CMYK 0.38 0 0.64 0.06
HSL 95.29º 0.83% 0.64% -
HSV(B) 95.29º 0.64% 0.94% -
XYZ 44.94 68.79 19.71 -
YUV 194.65 66.68 95.44 -
System Red Green Blue C M Y K H S L
Decimal 149 239 86 0.38 0 0.64 0.06 95.29 0.83 0.64
Hex 95 EF 56 26 0 40 6 5F 53 40
Octal 225 357 126 46 0 100 6 137 123 100
Binary 10010101 11101111 1010110 100110 0 1000000 110 1011111 1010011 1000000

Color Harmonies of #95EF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95EF56

Black with #95EF56

Text Example


Text Example

White with #95EF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95EF56; }

 p { color: rgb(149,239,86); }

 H1.HeaderClassName
 {
   color: #95EF56;
 }
 .AnyTagClassName
 {
   color: #95EF56;
 }
</style>

background-color css

<style>
 a { background-color: #95EF56; }

 a { background-color: rgb(149,239,86); }

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

border-color css

<style>
 span { border-color: #95EF56; }

 span { border-color: rgb(149,239,86); }

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