Html Css Color HEX #BDF630 Green Yellow

📋 copy color: '#BDF630'

red 189 ◦ green 246 ◦ blue 48

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

Shades of Green Yellow #BDF630

Tints of Green Yellow #BDF630

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.93%

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

R = 39.13%
G = 50.93%
B = 9.94%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.80

 K value IS 0.04

RGB Variations

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

Color information

#BDF630 (or 0xBDF630) is known color: Green Yellow. HEX triplet: BD, F6 and 30. RGB value is (189,246,48). Sum of RGB (Red+Green+Blue) = 189+246+48=483 (63% of max value = 765). Red value is 189 (74.22% from 255 or 39.13% from 483); Green value is 246 (96.48% from 255 or 50.93% from 483); Blue value is 48 (19.14% from 255 or 9.94% from 483); Max value from RGB is 246 - color contains mainly: green. Hex color #BDF630 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF630 is #4209CF. Grayscale: #CFCFCF. Windows color (decimal): -4327888 or 3208893. OLE color: 3208893.

HSL color Cylindrical-coordinate representation of color #BDF630: hue angle of 77.27º degrees, saturation: 0.92, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BDF630 is Cyan = 0.23, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 246 48 -
CMYK 0.23 0 0.80 0.04
HSL 77.27º 0.92% 0.58% -
HSV(B) 77.27º 0.8% 0.96% -
XYZ 54.48 76.94 14.78 -
YUV 206.39 38.62 115.6 -
System Red Green Blue C M Y K H S L
Decimal 189 246 48 0.23 0 0.80 0.04 77.27 0.92 0.58
Hex BD F6 30 17 0 50 4 4D 5C 3A
Octal 275 366 60 27 0 120 4 115 134 72
Binary 10111101 11110110 110000 10111 0 1010000 100 1001101 1011100 111010

Color Harmonies of #BDF630

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF630

Black with #BDF630

Text Example


Text Example

White with #BDF630

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF630; }

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

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

background-color css

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

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

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

border-color css

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

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

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