Html Css Color HEX #BDF746 Green Yellow

📋 copy color: '#BDF746'

red 189 ◦ green 247 ◦ blue 70

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

Shades of Green Yellow #BDF746

Tints of Green Yellow #BDF746

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.81%

 BLUE value IS 70 (27.73% from 255) = 13.83%

R = 37.35%
G = 48.81%
B = 13.83%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.72

 K value IS 0.03

RGB Variations

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

Color information

#BDF746 (or 0xBDF746) is known color: Green Yellow. HEX triplet: BD, F7 and 46. RGB value is (189,247,70). Sum of RGB (Red+Green+Blue) = 189+247+70=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 247 (96.88% from 255 or 48.81% from 506); Blue value is 70 (27.73% from 255 or 13.83% from 506); Max value from RGB is 247 - color contains mainly: green. Hex color #BDF746 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BDF746 is #4208B9. Grayscale: #D2D2D2. Windows color (decimal): -4327610 or 4650941. OLE color: 4650941.

HSL color Cylindrical-coordinate representation of color #BDF746: hue angle of 79.66º degrees, saturation: 0.92, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BDF746 is Cyan = 0.23, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.03.

Color convert

RGB 189 247 70 -
CMYK 0.23 0 0.72 0.03
HSL 79.66º 0.92% 0.62% -
HSV(B) 79.66º 0.72% 0.97% -
XYZ 55.35 77.78 17.89 -
YUV 209.48 49.28 113.39 -
System Red Green Blue C M Y K H S L
Decimal 189 247 70 0.23 0 0.72 0.03 79.66 0.92 0.62
Hex BD F7 46 17 0 48 3 50 5C 3E
Octal 275 367 106 27 0 110 3 120 134 76
Binary 10111101 11110111 1000110 10111 0 1001000 11 1010000 1011100 111110

Color Harmonies of #BDF746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDF746

Black with #BDF746

Text Example


Text Example

White with #BDF746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDF746; }

 p { color: rgb(189,247,70); }

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

background-color css

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

 a { background-color: rgb(189,247,70); }

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

border-color css

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

 span { border-color: rgb(189,247,70); }

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