Html Css Color HEX #BAF242 Green Yellow

📋 copy color: '#BAF242'

red 186 ◦ green 242 ◦ blue 66

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

Shades of Green Yellow #BAF242

Tints of Green Yellow #BAF242

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 13.36%

R = 37.65%
G = 48.99%
B = 13.36%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.73

 K value IS 0.05

RGB Variations

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

Color information

#BAF242 (or 0xBAF242) is known color: Green Yellow. HEX triplet: BA, F2 and 42. RGB value is (186,242,66). Sum of RGB (Red+Green+Blue) = 186+242+66=494 (65% of max value = 765). Red value is 186 (73.05% from 255 or 37.65% from 494); Green value is 242 (94.92% from 255 or 48.99% from 494); Blue value is 66 (26.17% from 255 or 13.36% from 494); Max value from RGB is 242 - color contains mainly: green. Hex color #BAF242 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BAF242 is #450DBD. Grayscale: #CDCDCD. Windows color (decimal): -4525502 or 4387514. OLE color: 4387514.

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

Color convert

RGB 186 242 66 -
CMYK 0.23 0 0.73 0.05
HSL 79.09º 0.87% 0.6% -
HSV(B) 79.09º 0.73% 0.95% -
XYZ 52.99 74.34 16.71 -
YUV 205.19 49.45 114.31 -
System Red Green Blue C M Y K H S L
Decimal 186 242 66 0.23 0 0.73 0.05 79.09 0.87 0.6
Hex BA F2 42 17 0 49 5 4F 57 3C
Octal 272 362 102 27 0 111 5 117 127 74
Binary 10111010 11110010 1000010 10111 0 1001001 101 1001111 1010111 111100

Color Harmonies of #BAF242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAF242

Black with #BAF242

Text Example


Text Example

White with #BAF242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAF242; }

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

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

background-color css

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

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

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

border-color css

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

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

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