Html Css Color HEX #BAF54B Conifer

📋 copy color: '#BAF54B'

red 186 ◦ green 245 ◦ blue 75

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

Shades of Conifer #BAF54B

Tints of Conifer #BAF54B

RGB

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

 GREEN value IS 245 (96.09% from 255) = 48.42%

 BLUE value IS 75 (29.69% from 255) = 14.82%

R = 36.76%
G = 48.42%
B = 14.82%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.04

RGB Variations

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

Color information

#BAF54B (or 0xBAF54B) is known color: Conifer. HEX triplet: BA, F5 and 4B. RGB value is (186,245,75). Sum of RGB (Red+Green+Blue) = 186+245+75=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 245 (96.09% from 255 or 48.42% from 506); Blue value is 75 (29.69% from 255 or 14.82% from 506); Max value from RGB is 245 - color contains mainly: green. Hex color #BAF54B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF54B is #450AB4. Grayscale: #D0D0D0. Windows color (decimal): -4524725 or 4978106. OLE color: 4978106.

HSL color Cylindrical-coordinate representation of color #BAF54B: hue angle of 80.82º degrees, saturation: 0.89, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BAF54B is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.04.

Color convert

RGB 186 245 75 -
CMYK 0.24 0 0.69 0.04
HSL 80.82º 0.89% 0.63% -
HSV(B) 80.82º 0.69% 0.96% -
XYZ 54.17 76.25 18.52 -
YUV 207.98 52.95 112.32 -
System Red Green Blue C M Y K H S L
Decimal 186 245 75 0.24 0 0.69 0.04 80.82 0.89 0.63
Hex BA F5 4B 18 0 45 4 51 59 3F
Octal 272 365 113 30 0 105 4 121 131 77
Binary 10111010 11110101 1001011 11000 0 1000101 100 1010001 1011001 111111

Color Harmonies of #BAF54B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF54B

Black with #BAF54B

Text Example


Text Example

White with #BAF54B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF54B; }

 p { color: rgb(186,245,75); }

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

background-color css

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

 a { background-color: rgb(186,245,75); }

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

border-color css

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

 span { border-color: rgb(186,245,75); }

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