Html Css Color HEX #BDFB30 Green Yellow

📋 copy color: '#BDFB30'

red 189 ◦ green 251 ◦ blue 48

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

Shades of Green Yellow #BDFB30

Tints of Green Yellow #BDFB30

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.43%

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

R = 38.73%
G = 51.43%
B = 9.84%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.02

RGB Variations

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

Color information

#BDFB30 (or 0xBDFB30) is known color: Green Yellow. HEX triplet: BD, FB and 30. RGB value is (189,251,48). Sum of RGB (Red+Green+Blue) = 189+251+48=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 251 (98.44% from 255 or 51.43% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 251 - color contains mainly: green. Hex color #BDFB30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFB30 is #4204CF. Grayscale: #D2D2D2. Windows color (decimal): -4326608 or 3210173. OLE color: 3210173.

HSL color Cylindrical-coordinate representation of color #BDFB30: hue angle of 78.33º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDFB30 is Cyan = 0.25, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 251 48 -
CMYK 0.25 0 0.81 0.02
HSL 78.33º 0.96% 0.59% -
HSV(B) 78.33º 0.81% 0.98% -
XYZ 56.02 80.03 15.29 -
YUV 209.32 36.96 113.51 -
System Red Green Blue C M Y K H S L
Decimal 189 251 48 0.25 0 0.81 0.02 78.33 0.96 0.59
Hex BD FB 30 19 0 51 2 4E 60 3B
Octal 275 373 60 31 0 121 2 116 140 73
Binary 10111101 11111011 110000 11001 0 1010001 10 1001110 1100000 111011

Color Harmonies of #BDFB30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFB30

Black with #BDFB30

Text Example


Text Example

White with #BDFB30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFB30; }

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

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

background-color css

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

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

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

border-color css

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

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

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