Html Css Color HEX #BFEA52 Conifer

📋 copy color: '#BFEA52'

red 191 ◦ green 234 ◦ blue 82

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

Shades of Conifer #BFEA52

Tints of Conifer #BFEA52

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.15%

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

R = 37.67%
G = 46.15%
B = 16.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.65

 K value IS 0.08

RGB Variations

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

Color information

#BFEA52 (or 0xBFEA52) is known color: Conifer. HEX triplet: BF, EA and 52. RGB value is (191,234,82). Sum of RGB (Red+Green+Blue) = 191+234+82=507 (67% of max value = 765). Red value is 191 (75% from 255 or 37.67% from 507); Green value is 234 (91.80% from 255 or 46.15% from 507); Blue value is 82 (32.42% from 255 or 16.17% from 507); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA52 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BFEA52 is #4015AD. Grayscale: #CCCCCC. Windows color (decimal): -4199854 or 5434047. OLE color: 5434047.

HSL color Cylindrical-coordinate representation of color #BFEA52: hue angle of 76.97º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BFEA52 is Cyan = 0.18, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 234 82 -
CMYK 0.18 0 0.65 0.08
HSL 76.97º 0.78% 0.62% -
HSV(B) 76.97º 0.65% 0.92% -
XYZ 52.43 70.53 18.83 -
YUV 203.82 59.25 118.86 -
System Red Green Blue C M Y K H S L
Decimal 191 234 82 0.18 0 0.65 0.08 76.97 0.78 0.62
Hex BF EA 52 12 0 41 8 4D 4E 3E
Octal 277 352 122 22 0 101 10 115 116 76
Binary 10111111 11101010 1010010 10010 0 1000001 1000 1001101 1001110 111110

Color Harmonies of #BFEA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFEA52

Black with #BFEA52

Text Example


Text Example

White with #BFEA52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFEA52; }

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

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

background-color css

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

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

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

border-color css

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

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

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