Html Css Color HEX #BAFD53 Conifer

📋 copy color: '#BAFD53'

red 186 ◦ green 253 ◦ blue 83

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

Shades of Conifer #BAFD53

Tints of Conifer #BAFD53

RGB

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

 GREEN value IS 253 (99.22% from 255) = 48.47%

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

R = 35.63%
G = 48.47%
B = 15.9%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.67

 K value IS 0.01

RGB Variations

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

Color information

#BAFD53 (or 0xBAFD53) is known color: Conifer. HEX triplet: BA, FD and 53. RGB value is (186,253,83). Sum of RGB (Red+Green+Blue) = 186+253+83=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 253 (99.22% from 255 or 48.47% from 522); Blue value is 83 (32.81% from 255 or 15.90% from 522); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD53 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD53 is #4502AC. Grayscale: #D6D6D6. Windows color (decimal): -4522669 or 5504442. OLE color: 5504442.

HSL color Cylindrical-coordinate representation of color #BAFD53: hue angle of 83.65º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BAFD53 is Cyan = 0.26, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.01.

Color convert

RGB 186 253 83 -
CMYK 0.26 0 0.67 0.01
HSL 83.65º 0.98% 0.66% -
HSV(B) 83.65º 0.67% 0.99% -
XYZ 56.94 81.31 20.88 -
YUV 213.59 54.3 108.32 -
System Red Green Blue C M Y K H S L
Decimal 186 253 83 0.26 0 0.67 0.01 83.65 0.98 0.66
Hex BA FD 53 1A 0 43 1 54 62 42
Octal 272 375 123 32 0 103 1 124 142 102
Binary 10111010 11111101 1010011 11010 0 1000011 1 1010100 1100010 1000010

Color Harmonies of #BAFD53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD53

Black with #BAFD53

Text Example


Text Example

White with #BAFD53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD53; }

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

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

background-color css

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

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

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

border-color css

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

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

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