Html Css Color HEX #BAF24E Conifer

📋 copy color: '#BAF24E'

red 186 ◦ green 242 ◦ blue 78

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

Shades of Conifer #BAF24E

Tints of Conifer #BAF24E

RGB

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

 GREEN value IS 242 (94.92% from 255) = 47.83%

 BLUE value IS 78 (30.86% from 255) = 15.42%

R = 36.76%
G = 47.83%
B = 15.42%

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

#BAF24E (or 0xBAF24E) is known color: Conifer. HEX triplet: BA, F2 and 4E. RGB value is (186,242,78). Sum of RGB (Red+Green+Blue) = 186+242+78=506 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.76% from 506); Green value is 242 (94.92% from 255 or 47.83% from 506); Blue value is 78 (30.86% from 255 or 15.42% from 506); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF24E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF24E is #450DB1. Grayscale: #CFCFCF. Windows color (decimal): -4525490 or 5173946. OLE color: 5173946.

HSL color Cylindrical-coordinate representation of color #BAF24E: hue angle of 80.49º degrees, saturation: 0.86, 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 #BAF24E is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 242 78 -
CMYK 0.23 0 0.68 0.05
HSL 80.49º 0.86% 0.63% -
HSV(B) 80.49º 0.68% 0.95% -
XYZ 53.38 74.49 18.77 -
YUV 206.56 55.45 113.34 -
System Red Green Blue C M Y K H S L
Decimal 186 242 78 0.23 0 0.68 0.05 80.49 0.86 0.63
Hex BA F2 4E 17 0 44 5 50 56 3F
Octal 272 362 116 27 0 104 5 120 126 77
Binary 10111010 11110010 1001110 10111 0 1000100 101 1010000 1010110 111111

Color Harmonies of #BAF24E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF24E

Black with #BAF24E

Text Example


Text Example

White with #BAF24E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF24E; }

 p { color: rgb(186,242,78); }

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

background-color css

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

 a { background-color: rgb(186,242,78); }

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

border-color css

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

 span { border-color: rgb(186,242,78); }

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