Html Css Color HEX #BAF34D Conifer

📋 copy color: '#BAF34D'

red 186 ◦ green 243 ◦ blue 77

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

Shades of Conifer #BAF34D

Tints of Conifer #BAF34D

RGB

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

 GREEN value IS 243 (95.31% from 255) = 48.02%

 BLUE value IS 77 (30.47% from 255) = 15.22%

R = 36.76%
G = 48.02%
B = 15.22%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#BAF34D (or 0xBAF34D) is known color: Conifer. HEX triplet: BA, F3 and 4D. RGB value is (186,243,77). Sum of RGB (Red+Green+Blue) = 186+243+77=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 243 (95.31% from 255 or 48.02% from 506); Blue value is 77 (30.47% from 255 or 15.22% from 506); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF34D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF34D is #450CB2. Grayscale: #CFCFCF. Windows color (decimal): -4525235 or 5108666. OLE color: 5108666.

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

Color convert

RGB 186 243 77 -
CMYK 0.23 0 0.68 0.05
HSL 80.6º 0.87% 0.63% -
HSV(B) 80.6º 0.68% 0.95% -
XYZ 53.64 75.08 18.69 -
YUV 207.03 54.62 113 -
System Red Green Blue C M Y K H S L
Decimal 186 243 77 0.23 0 0.68 0.05 80.6 0.87 0.63
Hex BA F3 4D 17 0 44 5 51 57 3F
Octal 272 363 115 27 0 104 5 121 127 77
Binary 10111010 11110011 1001101 10111 0 1000100 101 1010001 1010111 111111

Color Harmonies of #BAF34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF34D

Black with #BAF34D

Text Example


Text Example

White with #BAF34D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF34D; }

 p { color: rgb(186,243,77); }

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

background-color css

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

 a { background-color: rgb(186,243,77); }

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

border-color css

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

 span { border-color: rgb(186,243,77); }

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