Html Css Color HEX #BDFD45 Green Yellow

📋 copy color: '#BDFD45'

red 189 ◦ green 253 ◦ blue 69

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

Shades of Green Yellow #BDFD45

Tints of Green Yellow #BDFD45

RGB

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

 GREEN value IS 253 (99.22% from 255) = 49.51%

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

R = 36.99%
G = 49.51%
B = 13.5%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#BDFD45 (or 0xBDFD45) is known color: Green Yellow. HEX triplet: BD, FD and 45. RGB value is (189,253,69). Sum of RGB (Red+Green+Blue) = 189+253+69=511 (67% of max value = 765). Red value is 189 (74.22% from 255 or 36.99% from 511); Green value is 253 (99.22% from 255 or 49.51% from 511); Blue value is 69 (27.34% from 255 or 13.50% from 511); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD45 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFD45 is #4202BA. Grayscale: #D5D5D5. Windows color (decimal): -4326075 or 4586941. OLE color: 4586941.

HSL color Cylindrical-coordinate representation of color #BDFD45: hue angle of 80.87º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BDFD45 is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 253 69 -
CMYK 0.25 0 0.73 0.01
HSL 80.87º 0.98% 0.63% -
HSV(B) 80.87º 0.73% 0.99% -
XYZ 57.19 81.5 18.35 -
YUV 212.89 46.8 110.96 -
System Red Green Blue C M Y K H S L
Decimal 189 253 69 0.25 0 0.73 0.01 80.87 0.98 0.63
Hex BD FD 45 19 0 49 1 51 62 3F
Octal 275 375 105 31 0 111 1 121 142 77
Binary 10111101 11111101 1000101 11001 0 1001001 1 1010001 1100010 111111

Color Harmonies of #BDFD45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD45

Black with #BDFD45

Text Example


Text Example

White with #BDFD45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD45; }

 p { color: rgb(189,253,69); }

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

background-color css

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

 a { background-color: rgb(189,253,69); }

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

border-color css

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

 span { border-color: rgb(189,253,69); }

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