Html Css Color HEX #BAFD55 Conifer

📋 copy color: '#BAFD55'

red 186 ◦ green 253 ◦ blue 85

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

Shades of Conifer #BAFD55

Tints of Conifer #BAFD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 16.22%

R = 35.5%
G = 48.28%
B = 16.22%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.01

RGB Variations

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

Color information

#BAFD55 (or 0xBAFD55) is known color: Conifer. HEX triplet: BA, FD and 55. RGB value is (186,253,85). Sum of RGB (Red+Green+Blue) = 186+253+85=524 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.50% from 524); Green value is 253 (99.22% from 255 or 48.28% from 524); Blue value is 85 (33.59% from 255 or 16.22% from 524); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFD55 is #4502AA. Grayscale: #D6D6D6. Windows color (decimal): -4522667 or 5635514. OLE color: 5635514.

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

Color convert

RGB 186 253 85 -
CMYK 0.26 0 0.66 0.01
HSL 83.93º 0.98% 0.66% -
HSV(B) 83.93º 0.66% 0.99% -
XYZ 57.01 81.35 21.29 -
YUV 213.82 55.3 108.16 -
System Red Green Blue C M Y K H S L
Decimal 186 253 85 0.26 0 0.66 0.01 83.93 0.98 0.66
Hex BA FD 55 1A 0 42 1 54 62 42
Octal 272 375 125 32 0 102 1 124 142 102
Binary 10111010 11111101 1010101 11010 0 1000010 1 1010100 1100010 1000010

Color Harmonies of #BAFD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFD55

Black with #BAFD55

Text Example


Text Example

White with #BAFD55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFD55; }

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

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

background-color css

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

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

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

border-color css

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

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

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