Html Css Color HEX #BDF425 Green Yellow

📋 copy color: '#BDF425'

red 189 ◦ green 244 ◦ blue 37

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

Shades of Green Yellow #BDF425

Tints of Green Yellow #BDF425

RGB

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

 GREEN value IS 244 (95.7% from 255) = 51.91%

 BLUE value IS 37 (14.84% from 255) = 7.87%

R = 40.21%
G = 51.91%
B = 7.87%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#BDF425 (or 0xBDF425) is known color: Green Yellow. HEX triplet: BD, F4 and 25. RGB value is (189,244,37). Sum of RGB (Red+Green+Blue) = 189+244+37=470 (62% of max value = 765). Red value is 189 (74.22% from 255 or 40.21% from 470); Green value is 244 (95.70% from 255 or 51.91% from 470); Blue value is 37 (14.84% from 255 or 7.87% from 470); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF425 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF425 is #420BDA. Grayscale: #CCCCCC. Windows color (decimal): -4328411 or 2487485. OLE color: 2487485.

HSL color Cylindrical-coordinate representation of color #BDF425: hue angle of 75.94º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #BDF425 is Cyan = 0.23, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 244 37 -
CMYK 0.23 0 0.85 0.04
HSL 75.94º 0.9% 0.55% -
HSV(B) 75.94º 0.85% 0.96% -
XYZ 53.67 75.65 13.52 -
YUV 203.96 33.78 117.33 -
System Red Green Blue C M Y K H S L
Decimal 189 244 37 0.23 0 0.85 0.04 75.94 0.9 0.55
Hex BD F4 25 17 0 55 4 4C 5A 37
Octal 275 364 45 27 0 125 4 114 132 67
Binary 10111101 11110100 100101 10111 0 1010101 100 1001100 1011010 110111

Color Harmonies of #BDF425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF425

Black with #BDF425

Text Example


Text Example

White with #BDF425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF425; }

 p { color: rgb(189,244,37); }

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

background-color css

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

 a { background-color: rgb(189,244,37); }

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

border-color css

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

 span { border-color: rgb(189,244,37); }

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