Html Css Color HEX #BAF75D Conifer

📋 copy color: '#BAF75D'

red 186 ◦ green 247 ◦ blue 93

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

Shades of Conifer #BAF75D

Tints of Conifer #BAF75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 17.68%

R = 35.36%
G = 46.96%
B = 17.68%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.62

 K value IS 0.03

RGB Variations

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

Color information

#BAF75D (or 0xBAF75D) is known color: Conifer. HEX triplet: BA, F7 and 5D. RGB value is (186,247,93). Sum of RGB (Red+Green+Blue) = 186+247+93=526 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.36% from 526); Green value is 247 (96.88% from 255 or 46.96% from 526); Blue value is 93 (36.72% from 255 or 17.68% from 526); Max value from RGB is 247 - color contains mainly: green. Hex color #BAF75D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF75D is #4508A2. Grayscale: #D3D3D3. Windows color (decimal): -4524195 or 6158266. OLE color: 6158266.

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

Color convert

RGB 186 247 93 -
CMYK 0.25 0 0.62 0.03
HSL 83.77º 0.91% 0.67% -
HSV(B) 83.77º 0.62% 0.97% -
XYZ 55.49 77.75 22.44 -
YUV 211.21 61.29 110.02 -
System Red Green Blue C M Y K H S L
Decimal 186 247 93 0.25 0 0.62 0.03 83.77 0.91 0.67
Hex BA F7 5D 19 0 3E 3 54 5B 43
Octal 272 367 135 31 0 76 3 124 133 103
Binary 10111010 11110111 1011101 11001 0 111110 11 1010100 1011011 1000011

Color Harmonies of #BAF75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF75D

Black with #BAF75D

Text Example


Text Example

White with #BAF75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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