Html Css Color HEX #BDF428 Green Yellow

📋 copy color: '#BDF428'

red 189 ◦ green 244 ◦ blue 40

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

Shades of Green Yellow #BDF428

Tints of Green Yellow #BDF428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.46%

R = 39.96%
G = 51.59%
B = 8.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.84

 K value IS 0.04

RGB Variations

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

Color information

#BDF428 (or 0xBDF428) is known color: Green Yellow. HEX triplet: BD, F4 and 28. RGB value is (189,244,40). Sum of RGB (Red+Green+Blue) = 189+244+40=473 (62% of max value = 765). Red value is 189 (74.22% from 255 or 39.96% from 473); Green value is 244 (95.70% from 255 or 51.59% from 473); Blue value is 40 (16.02% from 255 or 8.46% from 473); Max value from RGB is 244 - color contains mainly: green. Hex color #BDF428 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF428 is #420BD7. Grayscale: #CDCDCD. Windows color (decimal): -4328408 or 2684093. OLE color: 2684093.

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

Color convert

RGB 189 244 40 -
CMYK 0.23 0 0.84 0.04
HSL 76.18º 0.9% 0.56% -
HSV(B) 76.18º 0.84% 0.96% -
XYZ 53.72 75.67 13.78 -
YUV 204.3 35.28 117.09 -
System Red Green Blue C M Y K H S L
Decimal 189 244 40 0.23 0 0.84 0.04 76.18 0.9 0.56
Hex BD F4 28 17 0 54 4 4C 5A 38
Octal 275 364 50 27 0 124 4 114 132 70
Binary 10111101 11110100 101000 10111 0 1010100 100 1001100 1011010 111000

Color Harmonies of #BDF428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF428

Black with #BDF428

Text Example


Text Example

White with #BDF428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF428; }

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

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

background-color css

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

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

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

border-color css

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

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

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