Html Css Color HEX #BFE062 Conifer

📋 copy color: '#BFE062'

red 191 ◦ green 224 ◦ blue 98

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

Shades of Conifer #BFE062

Tints of Conifer #BFE062

RGB

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

 GREEN value IS 224 (87.89% from 255) = 43.66%

 BLUE value IS 98 (38.67% from 255) = 19.1%

R = 37.23%
G = 43.66%
B = 19.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.56

 K value IS 0.12

RGB Variations

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

Color information

#BFE062 (or 0xBFE062) is known color: Conifer. HEX triplet: BF, E0 and 62. RGB value is (191,224,98). Sum of RGB (Red+Green+Blue) = 191+224+98=513 (67% of max value = 765). Red value is 191 (75% from 255 or 37.23% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFE062 is #401F9D. Grayscale: #C8C8C8. Windows color (decimal): -4202398 or 6480063. OLE color: 6480063.

HSL color Cylindrical-coordinate representation of color #BFE062: hue angle of 75.71º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFE062 is Cyan = 0.15, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 224 98 -
CMYK 0.15 0 0.56 0.12
HSL 75.71º 0.67% 0.63% -
HSV(B) 75.71º 0.56% 0.88% -
XYZ 50.35 65.27 21.5 -
YUV 199.77 70.57 121.75 -
System Red Green Blue C M Y K H S L
Decimal 191 224 98 0.15 0 0.56 0.12 75.71 0.67 0.63
Hex BF E0 62 F 0 38 C 4C 43 3F
Octal 277 340 142 17 0 70 14 114 103 77
Binary 10111111 11100000 1100010 1111 0 111000 1100 1001100 1000011 111111

Color Harmonies of #BFE062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFE062

Black with #BFE062

Text Example


Text Example

White with #BFE062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFE062; }

 p { color: rgb(191,224,98); }

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

background-color css

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

 a { background-color: rgb(191,224,98); }

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

border-color css

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

 span { border-color: rgb(191,224,98); }

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