Html Css Color HEX #BAFB55 Conifer

📋 copy color: '#BAFB55'

red 186 ◦ green 251 ◦ blue 85

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

Shades of Conifer #BAFB55

Tints of Conifer #BAFB55

RGB

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

 GREEN value IS 251 (98.44% from 255) = 48.08%

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

R = 35.63%
G = 48.08%
B = 16.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.66

 K value IS 0.02

RGB Variations

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

Color information

#BAFB55 (or 0xBAFB55) is known color: Conifer. HEX triplet: BA, FB and 55. RGB value is (186,251,85). Sum of RGB (Red+Green+Blue) = 186+251+85=522 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.63% from 522); Green value is 251 (98.44% from 255 or 48.08% from 522); Blue value is 85 (33.59% from 255 or 16.28% from 522); Max value from RGB is 251 - color contains mainly: green. Hex color #BAFB55 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFB55 is #4504AA. Grayscale: #D5D5D5. Windows color (decimal): -4523179 or 5635002. OLE color: 5635002.

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

Color convert

RGB 186 251 85 -
CMYK 0.26 0 0.66 0.02
HSL 83.49º 0.95% 0.66% -
HSV(B) 83.49º 0.66% 0.98% -
XYZ 56.39 80.09 21.08 -
YUV 212.64 55.97 109 -
System Red Green Blue C M Y K H S L
Decimal 186 251 85 0.26 0 0.66 0.02 83.49 0.95 0.66
Hex BA FB 55 1A 0 42 2 53 5F 42
Octal 272 373 125 32 0 102 2 123 137 102
Binary 10111010 11111011 1010101 11010 0 1000010 10 1010011 1011111 1000010

Color Harmonies of #BAFB55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAFB55

Black with #BAFB55

Text Example


Text Example

White with #BAFB55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAFB55; }

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

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

background-color css

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

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

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

border-color css

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

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

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