Html Css Color HEX #B1FD65 Conifer

📋 copy color: '#B1FD65'

red 177 ◦ green 253 ◦ blue 101

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

Shades of Conifer #B1FD65

Tints of Conifer #B1FD65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.02%

R = 33.33%
G = 47.65%
B = 19.02%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.60

 K value IS 0.01

RGB Variations

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

Color information

#B1FD65 (or 0xB1FD65) is known color: Conifer. HEX triplet: B1, FD and 65. RGB value is (177,253,101). Sum of RGB (Red+Green+Blue) = 177+253+101=531 (70% of max value = 765). Red value is 177 (69.53% from 255 or 33.33% from 531); Green value is 253 (99.22% from 255 or 47.65% from 531); Blue value is 101 (39.84% from 255 or 19.02% from 531); Max value from RGB is 253 - color contains mainly: green. Hex color #B1FD65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1FD65 is #4E029A. Grayscale: #D5D5D5. Windows color (decimal): -5112475 or 6684081. OLE color: 6684081.

HSL color Cylindrical-coordinate representation of color #B1FD65: hue angle of 90º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B1FD65 is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.01.

Color convert

RGB 177 253 101 -
CMYK 0.30 0 0.60 0.01
HSL 90º 0.97% 0.69% -
HSV(B) 90º 0.6% 0.99% -
XYZ 55.61 80.54 24.93 -
YUV 212.95 64.82 102.36 -
System Red Green Blue C M Y K H S L
Decimal 177 253 101 0.30 0 0.60 0.01 90 0.97 0.69
Hex B1 FD 65 1E 0 3C 1 5A 61 45
Octal 261 375 145 36 0 74 1 132 141 105
Binary 10110001 11111101 1100101 11110 0 111100 1 1011010 1100001 1000101

Color Harmonies of #B1FD65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1FD65

Black with #B1FD65

Text Example


Text Example

White with #B1FD65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1FD65; }

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

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

background-color css

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

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

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

border-color css

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

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

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