Html Css Color HEX #B1FD5D Conifer

📋 copy color: '#B1FD5D'

red 177 ◦ green 253 ◦ blue 93

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

Shades of Conifer #B1FD5D

Tints of Conifer #B1FD5D

RGB

 RED value IS 177 (69.53% from 255) = 33.84%

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

 BLUE value IS 93 (36.72% from 255) = 17.78%

R = 33.84%
G = 48.37%
B = 17.78%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.63

 K value IS 0.01

RGB Variations

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

Color information

#B1FD5D (or 0xB1FD5D) is known color: Conifer. HEX triplet: B1, FD and 5D. RGB value is (177,253,93). Sum of RGB (Red+Green+Blue) = 177+253+93=523 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.84% from 523); Green value is 253 (99.22% from 255 or 48.37% from 523); Blue value is 93 (36.72% from 255 or 17.78% from 523); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FD5D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FD5D is #4E02A2. Grayscale: #D4D4D4. Windows color (decimal): -5112483 or 6159793. OLE color: 6159793.

HSL color Cylindrical-coordinate representation of color #B1FD5D: hue angle of 88.5º 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 #B1FD5D is Cyan = 0.30, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 253 93 -
CMYK 0.30 0 0.63 0.01
HSL 88.5º 0.98% 0.68% -
HSV(B) 88.5º 0.63% 0.99% -
XYZ 55.23 80.39 22.96 -
YUV 212.04 60.82 103.01 -
System Red Green Blue C M Y K H S L
Decimal 177 253 93 0.30 0 0.63 0.01 88.5 0.98 0.68
Hex B1 FD 5D 1E 0 3F 1 58 62 44
Octal 261 375 135 36 0 77 1 130 142 104
Binary 10110001 11111101 1011101 11110 0 111111 1 1011000 1100010 1000100

Color Harmonies of #B1FD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FD5D

Black with #B1FD5D

Text Example


Text Example

White with #B1FD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FD5D; }

 p { color: rgb(177,253,93); }

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

background-color css

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

 a { background-color: rgb(177,253,93); }

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

border-color css

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

 span { border-color: rgb(177,253,93); }

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