Html Css Color HEX #BDFD30 Green Yellow

📋 copy color: '#BDFD30'

red 189 ◦ green 253 ◦ blue 48

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

Shades of Green Yellow #BDFD30

Tints of Green Yellow #BDFD30

RGB

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

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

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

R = 38.57%
G = 51.63%
B = 9.8%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.81

 K value IS 0.01

RGB Variations

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

Color information

#BDFD30 (or 0xBDFD30) is known color: Green Yellow. HEX triplet: BD, FD and 30. RGB value is (189,253,48). Sum of RGB (Red+Green+Blue) = 189+253+48=490 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.57% from 490); Green value is 253 (99.22% from 255 or 51.63% from 490); Blue value is 48 (19.14% from 255 or 9.80% from 490); Max value from RGB is 253 - color contains mainly: green. Hex color #BDFD30 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDFD30 is #4202CF. Grayscale: #D3D3D3. Windows color (decimal): -4326096 or 3210685. OLE color: 3210685.

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

Color convert

RGB 189 253 48 -
CMYK 0.25 0 0.81 0.01
HSL 78.73º 0.98% 0.59% -
HSV(B) 78.73º 0.81% 0.99% -
XYZ 56.65 81.28 15.5 -
YUV 210.49 36.3 112.67 -
System Red Green Blue C M Y K H S L
Decimal 189 253 48 0.25 0 0.81 0.01 78.73 0.98 0.59
Hex BD FD 30 19 0 51 1 4F 62 3B
Octal 275 375 60 31 0 121 1 117 142 73
Binary 10111101 11111101 110000 11001 0 1010001 1 1001111 1100010 111011

Color Harmonies of #BDFD30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDFD30

Black with #BDFD30

Text Example


Text Example

White with #BDFD30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDFD30; }

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

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

background-color css

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

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

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

border-color css

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

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

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