Html Css Color HEX #BAF25D Conifer

📋 copy color: '#BAF25D'

red 186 ◦ green 242 ◦ blue 93

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

Shades of Conifer #BAF25D

Tints of Conifer #BAF25D

RGB

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

 GREEN value IS 242 (94.92% from 255) = 46.45%

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

R = 35.7%
G = 46.45%
B = 17.85%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#BAF25D (or 0xBAF25D) is known color: Conifer. HEX triplet: BA, F2 and 5D. RGB value is (186,242,93). Sum of RGB (Red+Green+Blue) = 186+242+93=521 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.70% from 521); Green value is 242 (94.92% from 255 or 46.45% from 521); Blue value is 93 (36.72% from 255 or 17.85% from 521); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF25D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF25D is #450DA2. Grayscale: #D0D0D0. Windows color (decimal): -4525475 or 6156986. OLE color: 6156986.

HSL color Cylindrical-coordinate representation of color #BAF25D: hue angle of 82.55º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BAF25D is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 93 -
CMYK 0.23 0 0.62 0.05
HSL 82.55º 0.85% 0.66% -
HSV(B) 82.55º 0.62% 0.95% -
XYZ 53.98 74.73 21.94 -
YUV 208.27 62.95 112.12 -
System Red Green Blue C M Y K H S L
Decimal 186 242 93 0.23 0 0.62 0.05 82.55 0.85 0.66
Hex BA F2 5D 17 0 3E 5 53 55 42
Octal 272 362 135 27 0 76 5 123 125 102
Binary 10111010 11110010 1011101 10111 0 111110 101 1010011 1010101 1000010

Color Harmonies of #BAF25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF25D

Black with #BAF25D

Text Example


Text Example

White with #BAF25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF25D; }

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

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

background-color css

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

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

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

border-color css

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

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

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