Html Css Color HEX #BFFD52 Conifer

📋 copy color: '#BFFD52'

red 191 ◦ green 253 ◦ blue 82

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

Shades of Conifer #BFFD52

Tints of Conifer #BFFD52

RGB

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

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

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

R = 36.31%
G = 48.1%
B = 15.59%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#BFFD52 (or 0xBFFD52) is known color: Conifer. HEX triplet: BF, FD and 52. RGB value is (191,253,82). Sum of RGB (Red+Green+Blue) = 191+253+82=526 (69% of max value = 765). Red value is 191 (75% from 255 or 36.31% from 526); Green value is 253 (99.22% from 255 or 48.10% from 526); Blue value is 82 (32.42% from 255 or 15.59% from 526); Max value from RGB is 253 - color contains mainly: green. Hex color #BFFD52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFFD52 is #4002AD. Grayscale: #D7D7D7. Windows color (decimal): -4194990 or 5438911. OLE color: 5438911.

HSL color Cylindrical-coordinate representation of color #BFFD52: hue angle of 81.75º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFFD52 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 253 82 -
CMYK 0.25 0 0.68 0.01
HSL 81.75º 0.98% 0.66% -
HSV(B) 81.75º 0.68% 0.99% -
XYZ 58.13 81.94 20.73 -
YUV 214.97 52.96 110.9 -
System Red Green Blue C M Y K H S L
Decimal 191 253 82 0.25 0 0.68 0.01 81.75 0.98 0.66
Hex BF FD 52 19 0 44 1 52 62 42
Octal 277 375 122 31 0 104 1 122 142 102
Binary 10111111 11111101 1010010 11001 0 1000100 1 1010010 1100010 1000010

Color Harmonies of #BFFD52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFFD52

Black with #BFFD52

Text Example


Text Example

White with #BFFD52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFFD52; }

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

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

background-color css

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

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

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

border-color css

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

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

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