Html Css Color HEX #BDF03A Green Yellow

📋 copy color: '#BDF03A'

red 189 ◦ green 240 ◦ blue 58

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

Shades of Green Yellow #BDF03A

Tints of Green Yellow #BDF03A

RGB

 RED value IS 189 (74.22% from 255) = 38.81%

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

 BLUE value IS 58 (23.05% from 255) = 11.91%

R = 38.81%
G = 49.28%
B = 11.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.76

 K value IS 0.06

RGB Variations

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

Color information

#BDF03A (or 0xBDF03A) is known color: Green Yellow. HEX triplet: BD, F0 and 3A. RGB value is (189,240,58). Sum of RGB (Red+Green+Blue) = 189+240+58=487 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.81% from 487); Green value is 240 (94.14% from 255 or 49.28% from 487); Blue value is 58 (23.05% from 255 or 11.91% from 487); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF03A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF03A is #420FC5. Grayscale: #CCCCCC. Windows color (decimal): -4329414 or 3862717. OLE color: 3862717.

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

Color convert

RGB 189 240 58 -
CMYK 0.21 0 0.76 0.06
HSL 76.81º 0.86% 0.58% -
HSV(B) 76.81º 0.76% 0.94% -
XYZ 52.91 73.44 15.39 -
YUV 204 45.6 117.3 -
System Red Green Blue C M Y K H S L
Decimal 189 240 58 0.21 0 0.76 0.06 76.81 0.86 0.58
Hex BD F0 3A 15 0 4C 6 4D 56 3A
Octal 275 360 72 25 0 114 6 115 126 72
Binary 10111101 11110000 111010 10101 0 1001100 110 1001101 1010110 111010

Color Harmonies of #BDF03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF03A

Black with #BDF03A

Text Example


Text Example

White with #BDF03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF03A; }

 p { color: rgb(189,240,58); }

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

background-color css

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

 a { background-color: rgb(189,240,58); }

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

border-color css

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

 span { border-color: rgb(189,240,58); }

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