Html Css Color HEX #BAF253 Conifer

📋 copy color: '#BAF253'

red 186 ◦ green 242 ◦ blue 83

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

Shades of Conifer #BAF253

Tints of Conifer #BAF253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 16.24%

R = 36.4%
G = 47.36%
B = 16.24%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.66

 K value IS 0.05

RGB Variations

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

Color information

#BAF253 (or 0xBAF253) is known color: Conifer. HEX triplet: BA, F2 and 53. RGB value is (186,242,83). Sum of RGB (Red+Green+Blue) = 186+242+83=511 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.40% from 511); Green value is 242 (94.92% from 255 or 47.36% from 511); Blue value is 83 (32.81% from 255 or 16.24% from 511); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF253 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF253 is #450DAC. Grayscale: #CFCFCF. Windows color (decimal): -4525485 or 5501626. OLE color: 5501626.

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

Color convert

RGB 186 242 83 -
CMYK 0.23 0 0.66 0.05
HSL 81.13º 0.86% 0.64% -
HSV(B) 81.13º 0.66% 0.95% -
XYZ 53.56 74.57 19.75 -
YUV 207.13 57.95 112.93 -
System Red Green Blue C M Y K H S L
Decimal 186 242 83 0.23 0 0.66 0.05 81.13 0.86 0.64
Hex BA F2 53 17 0 42 5 51 56 40
Octal 272 362 123 27 0 102 5 121 126 100
Binary 10111010 11110010 1010011 10111 0 1000010 101 1010001 1010110 1000000

Color Harmonies of #BAF253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF253

Black with #BAF253

Text Example


Text Example

White with #BAF253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF253; }

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

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

background-color css

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

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

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

border-color css

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

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

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