Html Css Color HEX #BDF030 Green Yellow

📋 copy color: '#BDF030'

red 189 ◦ green 240 ◦ blue 48

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

Shades of Green Yellow #BDF030

Tints of Green Yellow #BDF030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 10.06%

R = 39.62%
G = 50.31%
B = 10.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.8

 K value IS 0.06

RGB Variations

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

Color information

#BDF030 (or 0xBDF030) is known color: Green Yellow. HEX triplet: BD, F0 and 30. RGB value is (189,240,48). Sum of RGB (Red+Green+Blue) = 189+240+48=477 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.62% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 48 (19.14% from 255 or 10.06% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #BDF030 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF030 is #420FCF. Grayscale: #CBCBCB. Windows color (decimal): -4329424 or 3207357. OLE color: 3207357.

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

Color convert

RGB 189 240 48 -
CMYK 0.21 0 0.8 0.06
HSL 75.94º 0.86% 0.56% -
HSV(B) 75.94º 0.8% 0.94% -
XYZ 52.68 73.35 14.18 -
YUV 202.86 40.6 118.11 -
System Red Green Blue C M Y K H S L
Decimal 189 240 48 0.21 0 0.8 0.06 75.94 0.86 0.56
Hex BD F0 30 15 0 50 6 4C 56 38
Octal 275 360 60 25 0 120 6 114 126 70
Binary 10111101 11110000 110000 10101 0 1010000 110 1001100 1010110 111000

Color Harmonies of #BDF030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF030

Black with #BDF030

Text Example


Text Example

White with #BDF030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF030; }

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

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

background-color css

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

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

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

border-color css

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

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

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