Html Css Color HEX #BFF752 Conifer

📋 copy color: '#BFF752'

red 191 ◦ green 247 ◦ blue 82

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

Shades of Conifer #BFF752

Tints of Conifer #BFF752

RGB

 RED value IS 191 (75% from 255) = 36.73%

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

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

R = 36.73%
G = 47.5%
B = 15.77%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.67

 K value IS 0.03

RGB Variations

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

Color information

#BFF752 (or 0xBFF752) is known color: Conifer. HEX triplet: BF, F7 and 52. RGB value is (191,247,82). Sum of RGB (Red+Green+Blue) = 191+247+82=520 (68% of max value = 765). Red value is 191 (75% from 255 or 36.73% from 520); Green value is 247 (96.88% from 255 or 47.5% from 520); Blue value is 82 (32.42% from 255 or 15.77% from 520); Max value from RGB is 247 - color contains mainly: green. Hex color #BFF752 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFF752 is #4008AD. Grayscale: #D4D4D4. Windows color (decimal): -4196526 or 5437375. OLE color: 5437375.

HSL color Cylindrical-coordinate representation of color #BFF752: hue angle of 80.36º 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 #BFF752 is Cyan = 0.23, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.03.

Color convert

RGB 191 247 82 -
CMYK 0.23 0 0.67 0.03
HSL 80.36º 0.91% 0.65% -
HSV(B) 80.36º 0.67% 0.97% -
XYZ 56.27 78.21 20.11 -
YUV 211.45 54.95 113.42 -
System Red Green Blue C M Y K H S L
Decimal 191 247 82 0.23 0 0.67 0.03 80.36 0.91 0.65
Hex BF F7 52 17 0 43 3 50 5B 41
Octal 277 367 122 27 0 103 3 120 133 101
Binary 10111111 11110111 1010010 10111 0 1000011 11 1010000 1011011 1000001

Color Harmonies of #BFF752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFF752

Black with #BFF752

Text Example


Text Example

White with #BFF752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFF752; }

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

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

background-color css

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

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

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

border-color css

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

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

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