Html Css Color HEX #B1F752 Conifer

📋 copy color: '#B1F752'

red 177 ◦ green 247 ◦ blue 82

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

Shades of Conifer #B1F752

Tints of Conifer #B1F752

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.81%

 BLUE value IS 82 (32.42% from 255) = 16.21%

R = 34.98%
G = 48.81%
B = 16.21%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#B1F752 (or 0xB1F752) is known color: Conifer. HEX triplet: B1, F7 and 52. RGB value is (177,247,82). Sum of RGB (Red+Green+Blue) = 177+247+82=506 (67% of max value = 765). Red value is 177 (69.53% from 255 or 34.98% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 82 (32.42% from 255 or 16.21% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #B1F752 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B1F752 is #4E08AD. Grayscale: #CFCFCF. Windows color (decimal): -5114030 or 5437361. OLE color: 5437361.

HSL color Cylindrical-coordinate representation of color #B1F752: hue angle of 85.45º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B1F752 is Cyan = 0.28, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 177 247 82 -
CMYK 0.28 0 0.67 0.03
HSL 85.45º 0.91% 0.65% -
HSV(B) 85.45º 0.67% 0.97% -
XYZ 52.92 76.48 19.96 -
YUV 207.26 57.31 106.42 -
System Red Green Blue C M Y K H S L
Decimal 177 247 82 0.28 0 0.67 0.03 85.45 0.91 0.65
Hex B1 F7 52 1C 0 43 3 55 5B 41
Octal 261 367 122 34 0 103 3 125 133 101
Binary 10110001 11110111 1010010 11100 0 1000011 11 1010101 1011011 1000001

Color Harmonies of #B1F752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1F752

Black with #B1F752

Text Example


Text Example

White with #B1F752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1F752; }

 p { color: rgb(177,247,82); }

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

background-color css

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

 a { background-color: rgb(177,247,82); }

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

border-color css

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

 span { border-color: rgb(177,247,82); }

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