Html Css Color HEX #BAF245 Conifer

📋 copy color: '#BAF245'

red 186 ◦ green 242 ◦ blue 69

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

Shades of Conifer #BAF245

Tints of Conifer #BAF245

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 13.88%

R = 37.42%
G = 48.69%
B = 13.88%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#BAF245 (or 0xBAF245) is known color: Conifer. HEX triplet: BA, F2 and 45. RGB value is (186,242,69). Sum of RGB (Red+Green+Blue) = 186+242+69=497 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.42% from 497); Green value is 242 (94.92% from 255 or 48.69% from 497); Blue value is 69 (27.34% from 255 or 13.88% from 497); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF245 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF245 is #450DBA. Grayscale: #CECECE. Windows color (decimal): -4525499 or 4584122. OLE color: 4584122.

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

Color convert

RGB 186 242 69 -
CMYK 0.23 0 0.71 0.05
HSL 79.42º 0.87% 0.61% -
HSV(B) 79.42º 0.71% 0.95% -
XYZ 53.08 74.37 17.19 -
YUV 205.53 50.95 114.07 -
System Red Green Blue C M Y K H S L
Decimal 186 242 69 0.23 0 0.71 0.05 79.42 0.87 0.61
Hex BA F2 45 17 0 47 5 4F 57 3D
Octal 272 362 105 27 0 107 5 117 127 75
Binary 10111010 11110010 1000101 10111 0 1000111 101 1001111 1010111 111101

Color Harmonies of #BAF245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF245

Black with #BAF245

Text Example


Text Example

White with #BAF245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF245; }

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

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

background-color css

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

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

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

border-color css

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

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

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