Html Css Color HEX #BAF758 Conifer

📋 copy color: '#BAF758'

red 186 ◦ green 247 ◦ blue 88

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

Shades of Conifer #BAF758

Tints of Conifer #BAF758

RGB

 RED value IS 186 (73.05% from 255) = 35.7%

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

 BLUE value IS 88 (34.77% from 255) = 16.89%

R = 35.7%
G = 47.41%
B = 16.89%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#BAF758 (or 0xBAF758) is known color: Conifer. HEX triplet: BA, F7 and 58. RGB value is (186,247,88). Sum of RGB (Red+Green+Blue) = 186+247+88=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 247 (96.88% from 255 or 47.41% from 521); Blue value is 88 (34.77% from 255 or 16.89% from 521); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF758 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF758 is #4508A7. Grayscale: #D3D3D3. Windows color (decimal): -4524200 or 5830586. OLE color: 5830586.

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

Color convert

RGB 186 247 88 -
CMYK 0.25 0 0.64 0.03
HSL 83.02º 0.91% 0.66% -
HSV(B) 83.02º 0.64% 0.97% -
XYZ 55.27 77.67 21.31 -
YUV 210.64 58.79 110.43 -
System Red Green Blue C M Y K H S L
Decimal 186 247 88 0.25 0 0.64 0.03 83.02 0.91 0.66
Hex BA F7 58 19 0 40 3 53 5B 42
Octal 272 367 130 31 0 100 3 123 133 102
Binary 10111010 11110111 1011000 11001 0 1000000 11 1010011 1011011 1000010

Color Harmonies of #BAF758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF758

Black with #BAF758

Text Example


Text Example

White with #BAF758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF758; }

 p { color: rgb(186,247,88); }

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

background-color css

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

 a { background-color: rgb(186,247,88); }

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

border-color css

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

 span { border-color: rgb(186,247,88); }

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