Html Css Color HEX #95FE5C Conifer

📋 copy color: '#95FE5C'

red 149 ◦ green 254 ◦ blue 92

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

Shades of Conifer #95FE5C

Tints of Conifer #95FE5C

RGB

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

 GREEN value IS 254 (99.61% from 255) = 51.31%

 BLUE value IS 92 (36.33% from 255) = 18.59%

R = 30.1%
G = 51.31%
B = 18.59%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.64

 K value IS 0.00

RGB Variations

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

Color information

#95FE5C (or 0x95FE5C) is known color: Conifer. HEX triplet: 95, FE and 5C. RGB value is (149,254,92). Sum of RGB (Red+Green+Blue) = 149+254+92=495 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.10% from 495); Green value is 254 (99.61% from 255 or 51.31% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 254 - color contains mainly: green. Hex color #95FE5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #95FE5C is #6A01A3. Grayscale: #CCCCCC. Windows color (decimal): -6947236 or 6094485. OLE color: 6094485.

HSL color Cylindrical-coordinate representation of color #95FE5C: hue angle of 98.89º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #95FE5C is Cyan = 0.41, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.00.

Color convert

RGB 149 254 92 -
CMYK 0.41 0 0.64 0.00
HSL 98.89º 0.99% 0.68% -
HSV(B) 98.89º 0.64% 1% -
XYZ 49.77 78.05 22.57 -
YUV 204.14 64.71 88.67 -
System Red Green Blue C M Y K H S L
Decimal 149 254 92 0.41 0 0.64 0.00 98.89 0.99 0.68
Hex 95 FE 5C 29 0 40 0 63 63 44
Octal 225 376 134 51 0 100 0 143 143 104
Binary 10010101 11111110 1011100 101001 0 1000000 0 1100011 1100011 1000100

Color Harmonies of #95FE5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95FE5C

Black with #95FE5C

Text Example


Text Example

White with #95FE5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,254,92); }

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

background-color css

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

 a { background-color: rgb(149,254,92); }

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

border-color css

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

 span { border-color: rgb(149,254,92); }

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