Html Css Color HEX #BAF24C Conifer

📋 copy color: '#BAF24C'

red 186 ◦ green 242 ◦ blue 76

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

Shades of Conifer #BAF24C

Tints of Conifer #BAF24C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 15.08%

R = 36.9%
G = 48.02%
B = 15.08%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#BAF24C (or 0xBAF24C) is known color: Conifer. HEX triplet: BA, F2 and 4C. RGB value is (186,242,76). Sum of RGB (Red+Green+Blue) = 186+242+76=504 (66% of max value = 765). Red value is 186 (73.05% from 255 or 36.90% from 504); Green value is 242 (94.92% from 255 or 48.02% from 504); Blue value is 76 (30.08% from 255 or 15.08% from 504); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF24C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF24C is #450DB3. Grayscale: #CECECE. Windows color (decimal): -4525492 or 5042874. OLE color: 5042874.

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

Color convert

RGB 186 242 76 -
CMYK 0.23 0 0.69 0.05
HSL 80.24º 0.86% 0.62% -
HSV(B) 80.24º 0.69% 0.95% -
XYZ 53.31 74.47 18.4 -
YUV 206.33 54.45 113.5 -
System Red Green Blue C M Y K H S L
Decimal 186 242 76 0.23 0 0.69 0.05 80.24 0.86 0.62
Hex BA F2 4C 17 0 45 5 50 56 3E
Octal 272 362 114 27 0 105 5 120 126 76
Binary 10111010 11110010 1001100 10111 0 1000101 101 1010000 1010110 111110

Color Harmonies of #BAF24C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF24C

Black with #BAF24C

Text Example


Text Example

White with #BAF24C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF24C; }

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

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

background-color css

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

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

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

border-color css

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

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

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