Html Css Color HEX #BAF144 Conifer

📋 copy color: '#BAF144'

red 186 ◦ green 241 ◦ blue 68

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

Shades of Conifer #BAF144

Tints of Conifer #BAF144

RGB

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

 GREEN value IS 241 (94.53% from 255) = 48.69%

 BLUE value IS 68 (26.95% from 255) = 13.74%

R = 37.58%
G = 48.69%
B = 13.74%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#BAF144 (or 0xBAF144) is known color: Conifer. HEX triplet: BA, F1 and 44. RGB value is (186,241,68). Sum of RGB (Red+Green+Blue) = 186+241+68=495 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.58% from 495); Green value is 241 (94.53% from 255 or 48.69% from 495); Blue value is 68 (26.95% from 255 or 13.74% from 495); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF144 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF144 is #450EBB. Grayscale: #CDCDCD. Windows color (decimal): -4525756 or 4518330. OLE color: 4518330.

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

Color convert

RGB 186 241 68 -
CMYK 0.23 0 0.72 0.05
HSL 79.08º 0.86% 0.61% -
HSV(B) 79.08º 0.72% 0.95% -
XYZ 52.75 73.77 16.93 -
YUV 204.83 50.78 114.57 -
System Red Green Blue C M Y K H S L
Decimal 186 241 68 0.23 0 0.72 0.05 79.08 0.86 0.61
Hex BA F1 44 17 0 48 5 4F 56 3D
Octal 272 361 104 27 0 110 5 117 126 75
Binary 10111010 11110001 1000100 10111 0 1001000 101 1001111 1010110 111101

Color Harmonies of #BAF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF144

Black with #BAF144

Text Example


Text Example

White with #BAF144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF144; }

 p { color: rgb(186,241,68); }

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

background-color css

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

 a { background-color: rgb(186,241,68); }

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

border-color css

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

 span { border-color: rgb(186,241,68); }

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