Html Css Color HEX #BAF03D Green Yellow

📋 copy color: '#BAF03D'

red 186 ◦ green 240 ◦ blue 61

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

Shades of Green Yellow #BAF03D

Tints of Green Yellow #BAF03D

RGB

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

 GREEN value IS 240 (94.14% from 255) = 49.28%

 BLUE value IS 61 (24.22% from 255) = 12.53%

R = 38.19%
G = 49.28%
B = 12.53%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.75

 K value IS 0.06

RGB Variations

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

Color information

#BAF03D (or 0xBAF03D) is known color: Green Yellow. HEX triplet: BA, F0 and 3D. RGB value is (186,240,61). Sum of RGB (Red+Green+Blue) = 186+240+61=487 (64% of max value = 765). Red value is 186 (73.05% from 255 or 38.19% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 61 (24.22% from 255 or 12.53% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #BAF03D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF03D is #450FC2. Grayscale: #CCCCCC. Windows color (decimal): -4526019 or 4059322. OLE color: 4059322.

HSL color Cylindrical-coordinate representation of color #BAF03D: hue angle of 78.1º degrees, saturation: 0.86, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BAF03D is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.06.

Color convert

RGB 186 240 61 -
CMYK 0.22 0 0.75 0.06
HSL 78.1º 0.86% 0.59% -
HSV(B) 78.1º 0.75% 0.94% -
XYZ 52.25 73.1 15.77 -
YUV 203.45 47.61 115.55 -
System Red Green Blue C M Y K H S L
Decimal 186 240 61 0.22 0 0.75 0.06 78.1 0.86 0.59
Hex BA F0 3D 16 0 4B 6 4E 56 3B
Octal 272 360 75 26 0 113 6 116 126 73
Binary 10111010 11110000 111101 10110 0 1001011 110 1001110 1010110 111011

Color Harmonies of #BAF03D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF03D

Black with #BAF03D

Text Example


Text Example

White with #BAF03D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF03D; }

 p { color: rgb(186,240,61); }

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

background-color css

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

 a { background-color: rgb(186,240,61); }

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

border-color css

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

 span { border-color: rgb(186,240,61); }

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