Html Css Color HEX #BAF24D Conifer

📋 copy color: '#BAF24D'

red 186 ◦ green 242 ◦ blue 77

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

Shades of Conifer #BAF24D

Tints of Conifer #BAF24D

RGB

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

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

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

R = 36.83%
G = 47.92%
B = 15.25%

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

#BAF24D (or 0xBAF24D) is known color: Conifer. HEX triplet: BA, F2 and 4D. RGB value is (186,242,77). Sum of RGB (Red+Green+Blue) = 186+242+77=505 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.83% from 505); Green value is 242 (94.92% from 255 or 47.92% from 505); Blue value is 77 (30.47% from 255 or 15.25% from 505); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF24D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF24D is #450DB2. Grayscale: #CFCFCF. Windows color (decimal): -4525491 or 5108410. OLE color: 5108410.

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

Color convert

RGB 186 242 77 -
CMYK 0.23 0 0.68 0.05
HSL 80.36º 0.86% 0.63% -
HSV(B) 80.36º 0.68% 0.95% -
XYZ 53.34 74.48 18.59 -
YUV 206.45 54.95 113.42 -
System Red Green Blue C M Y K H S L
Decimal 186 242 77 0.23 0 0.68 0.05 80.36 0.86 0.63
Hex BA F2 4D 17 0 44 5 50 56 3F
Octal 272 362 115 27 0 104 5 120 126 77
Binary 10111010 11110010 1001101 10111 0 1000100 101 1010000 1010110 111111

Color Harmonies of #BAF24D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF24D

Black with #BAF24D

Text Example


Text Example

White with #BAF24D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF24D; }

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

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

background-color css

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

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

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

border-color css

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

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

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